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:06:17 +02:00
parent f2dd50c16e
commit 1de66b11b3

2
Jenkinsfile vendored
View File

@@ -45,8 +45,8 @@ pipeline {
// } // }
stage('Push image in gitea registry') { stage('Push image in gitea registry') {
echo 'Start Pushing'
steps { steps {
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')