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:08:01 +02:00
parent 1de66b11b3
commit 0181fb288b

8
Jenkinsfile vendored
View File

@@ -47,10 +47,10 @@ pipeline {
stage('Push image in gitea registry') { stage('Push image in gitea registry') {
steps { steps {
echo 'Start Pushing' echo 'Start Pushing'
script { // script {
docker.withRegistry("${ REGISTRY }", 'docker-login') { // docker.withRegistry("${ REGISTRY }", 'docker-login') {
docker.build("${ IMAGE }").push('latest') // docker.build("${ IMAGE }").push('latest')
} // }
} }
} }
} }