Fix again

This commit is contained in:
Marc Baloup 2024-01-17 15:25:51 +01:00
parent 4c9906d900
commit d500fe8f51

2
Jenkinsfile vendored
View File

@ -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()
}