fixed push image job
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -46,8 +46,8 @@ pipeline {
|
||||
|
||||
stage('Push image in gitea registry') {
|
||||
steps {
|
||||
docker.withRegistry(${ REGISTRY }, 'docker-login') {
|
||||
docker.build(${ IMAGE }).push('latest')
|
||||
docker.withRegistry("${ REGISTRY }", 'docker-login') {
|
||||
docker.build("${ IMAGE }").push('latest')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user