This commit is contained in:
parent
dfcf4ce78a
commit
17bf720220
|
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue