diff --git a/.jenkins/jenkinsfile b/.jenkins/jenkinsfile index d9179d8..2ea1181 100644 --- a/.jenkins/jenkinsfile +++ b/.jenkins/jenkinsfile @@ -49,7 +49,7 @@ pipeline { when { branch 'master' } steps { script { - docker.withRegistry('https://git.sarsoo.xyz', 'git-registry-creds') { + docker.withRegistry('https://registry.sarsoo.xyz', 'git-registry-creds') { docker.build("sarsoo/selector-cli:latest", "-f Dockerfile.CLI .").push()