diff --git a/Jenkinsfile b/Jenkinsfile index 9ea529349..3fb41bf4f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -101,7 +101,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 salix-back:$BRANCH_NAME' } } }