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

This commit is contained in:
2025-06-25 15:05:31 +02:00
parent be61814b58
commit f2dd50c16e

1
Jenkinsfile vendored
View File

@@ -45,6 +45,7 @@ pipeline {
// } // }
stage('Push image in gitea registry') { stage('Push image in gitea registry') {
echo 'Start Pushing'
steps { steps {
script { script {
docker.withRegistry("${ REGISTRY }", 'docker-login') { docker.withRegistry("${ REGISTRY }", 'docker-login') {