This commit is contained in:
parent
f76acd74ae
commit
33ad80ff33
|
@ -105,7 +105,7 @@ pipeline {
|
|||
sh 'docker-compose build back'
|
||||
sh 'docker images'
|
||||
sh 'docker login --username $CREDENTIALS_USR --password $CREDENTIALS_PSW $REGISTRY'
|
||||
sh 'docker tag $IMAGE:$TAG $IMAGE:$BRANCH_NAME'
|
||||
sh 'docker tag $IMAGE:$VERSION $IMAGE:$BRANCH_NAME'
|
||||
sh 'docker push $IMAGE:$BRANCH_NAME'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue