WIP: feat: jenkins push docker imagen by branch #2763

Draft
alexm wants to merge 53 commits from 6695-docker_push into dev
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 17bf720220 - Show all commits

2
Jenkinsfile vendored
View File

@ -101,7 +101,7 @@ pipeline {
}
sh 'docker-compose build back'
sh 'docker login --username $CREDENTIALS_USR --password $CREDENTIALS_PSW $REGISTRY'
sh 'docker push salix-back:$BRANCH_NAME'
sh 'docker push $IMAGE:$BRANCH_NAME'
}
}
}