Only deploy container on master
This commit is contained in:
parent
8ab7e3d70e
commit
c3dac42eb0
1 changed files with 3 additions and 0 deletions
|
@ -165,3 +165,6 @@ deploy_container:
|
||||||
- docker pull $SRC_IMAGE_TAG
|
- docker pull $SRC_IMAGE_TAG
|
||||||
- docker tag $SRC_IMAGE_TAG $DEST_IMAGE_TAG
|
- docker tag $SRC_IMAGE_TAG $DEST_IMAGE_TAG
|
||||||
- docker push $DEST_IMAGE_TAG
|
- docker push $DEST_IMAGE_TAG
|
||||||
|
only:
|
||||||
|
refs:
|
||||||
|
- master
|
||||||
|
|
Loading…
Reference in a new issue