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