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:12:09 +02:00
parent b46852e385
commit 66794ef0f6

4
Jenkinsfile vendored
View File

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