fixed push image
Some checks failed
InnoHub Processor/tatort/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
2025-06-25 15:26:26 +02:00
parent 4dcd2e1a63
commit 9ad96abb77

2
Jenkinsfile vendored
View File

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