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:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -46,12 +46,14 @@ pipeline {
|
||||
|
||||
stage('Push image in gitea registry') {
|
||||
steps {
|
||||
script {
|
||||
docker.withRegistry("${ REGISTRY }", 'docker-login') {
|
||||
docker.build("${ IMAGE }").push('latest')
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
success {
|
||||
|
||||
Reference in New Issue
Block a user