diff --git a/Jenkinsfile b/Jenkinsfile index b48cf0b..f608703 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,7 +40,7 @@ pipeline { } stage('Deploy') { steps { - withDockerRegistry([credentialsId: 'harbor-login-julian', url: 'https://harbor.julian-mutter.de']) { + withDockerRegistry([credentialsId: 'harbor', url: 'https://harbor.julian-mutter.de']) { sh 'docker push harbor.julian-mutter.de/sheetless/sheetless-frontend' } }