diff --git a/Jenkinsfile b/Jenkinsfile index 2c3f95c..4ff8bb0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -48,7 +48,7 @@ pipeline { steps { echo 'Start Pushing' script { - docker.withRegistry('https://gitea.innovation-hub-niedersachsen.de/', 'docker-login') { + docker.withRegistry('https://gitea.innovation-hub-niedersachsen.de/', '74a7c9bb-c80f-4699-ab0e-f98fb2f9a8e6') { docker.build('tatort-app').push('latest') } }