diff --git a/Jenkinsfile b/Jenkinsfile index 7ed5832bf..2d6729040 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -104,7 +104,7 @@ pipeline { } sh 'docker-compose build back' sh 'docker login --username $CREDENTIALS_USR --password $CREDENTIALS_PSW $REGISTRY' - sh 'docker push back:$BRANCH_NAME' + sh 'docker push registry.verdnatura.es/back:$BRANCH_NAME' } } stage('Stack') {