fix(freeleaps): update Dockerfile paths and build roots in Jenkinsfile
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
0439034f59
commit
344f5b36d1
@ -25,8 +25,8 @@ executeFreeleapsPipeline {
|
||||
imageRepository: 'freeleaps',
|
||||
imageName: 'chat',
|
||||
imageBuilder: 'dind',
|
||||
dockerfilePath: 'Dockerfile',
|
||||
imageBuildRoot: '.',
|
||||
dockerfilePath: 'chat.Dockerfile',
|
||||
imageBuildRoot: '../',
|
||||
imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'],
|
||||
registryCredentialsId: 'freeleaps-devops-docker-hub-credentials',
|
||||
semanticReleaseEnabled: true
|
||||
@ -46,8 +46,8 @@ executeFreeleapsPipeline {
|
||||
imageRepository: 'freeleaps',
|
||||
imageName: 'backend',
|
||||
imageBuilder: 'dind',
|
||||
dockerfilePath: 'Dockerfile',
|
||||
imageBuildRoot: '.',
|
||||
dockerfilePath: 'freeleaps.Dockerfile',
|
||||
imageBuildRoot: '../',
|
||||
imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'],
|
||||
registryCredentialsId: 'freeleaps-devops-docker-hub-credentials',
|
||||
semanticReleaseEnabled: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user