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 14:09:05 +02:00
parent 38f9f61e8a
commit d0c6feee33

6
Jenkinsfile vendored
View File

@@ -45,8 +45,10 @@ pipeline {
}
stage('Push image in gitea registry') {
docker push ${REGISTRY}/${USER}/${IMAGE}:latest
docker logout ${REGISTRY}
steps {
docker push ${REGISTRY}/${USER}/${IMAGE}:latest
docker logout ${REGISTRY}
}
}
}