Fix again
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -56,7 +56,7 @@ pipeline {
|
||||
stage('Push Docker image') {
|
||||
steps {
|
||||
script {
|
||||
docker.withRegistry('cr.pandacube.fr', DOCKER_CR_PANDACUBE_CREDENTIALS) {
|
||||
docker.withRegistry('https://cr.pandacube.fr', DOCKER_CR_PANDACUBE_CREDENTIALS) {
|
||||
docker.image(docker_tag).push()
|
||||
docker.image(docker_tag_latest).push()
|
||||
}
|
||||
|
Reference in New Issue
Block a user