This commit is contained in:
parent
3cca426eba
commit
e4400dd3e2
|
@ -104,7 +104,7 @@ pipeline {
|
|||
}
|
||||
sh 'docker-compose build back'
|
||||
sh 'docker login --username $CREDENTIALS_USR --password $CREDENTIALS_PSW $REGISTRY'
|
||||
sh 'docker push $IMAGE:$BRANCH_NAME'
|
||||
sh 'docker push back:$BRANCH_NAME'
|
||||
}
|
||||
}
|
||||
stage('Stack') {
|
||||
|
|
Loading…
Reference in New Issue