diff --git a/freeleaps-devops-reconciler/alpha/ci/Jenkinsfile b/freeleaps-devops-reconciler/alpha/ci/Jenkinsfile index 17ab267c..1d7eab3f 100644 --- a/freeleaps-devops-reconciler/alpha/ci/Jenkinsfile +++ b/freeleaps-devops-reconciler/alpha/ci/Jenkinsfile @@ -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