fixed push image
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit

This commit is contained in:
2025-06-25 15:41:09 +02:00
parent fd17d10119
commit 083efb3aec

4
Jenkinsfile vendored
View File

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