fix: update Jenkinsfile to use Dockerfile from repo root for reconciler image build
This commit is contained in:
parent
b10362af61
commit
d21fe5bcf7
@ -25,8 +25,8 @@ executeFreeleapsPipeline {
|
||||
imageRepository: 'freeleaps',
|
||||
imageName: 'reconciler',
|
||||
imageBuilder: 'dind',
|
||||
dockerfilePath: 'Dockerfile',
|
||||
imageBuildRoot: '.',
|
||||
dockerfilePath: '../Dockerfile',
|
||||
imageBuildRoot: '..',
|
||||
imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'],
|
||||
registryCredentialsId: 'freeleaps-devops-docker-hub-credentials',
|
||||
semanticReleaseEnabled: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user