Fix again
This commit is contained in:
parent
4c9906d900
commit
d500fe8f51
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()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user