fixed push image job
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -45,10 +45,12 @@ pipeline {
|
||||
}
|
||||
|
||||
stage('Push image in gitea registry') {
|
||||
steps {
|
||||
docker push ${REGISTRY}/${USER}/${IMAGE}:latest
|
||||
docker logout ${REGISTRY}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
success {
|
||||
|
||||
Reference in New Issue
Block a user