Update .gitlab-ci.yml

This commit is contained in:
Phil Kunz 2016-06-01 07:43:17 +00:00
parent e20c79b3ab
commit c587638b90

View File

@ -25,10 +25,12 @@ test:
release:
stage: release
before_script:
- docker login -u philkunz -p $DOCKER_PASSWORD
script:
- docker version
- docker build -t $CONTAINER_RELEASE_IMAGE .
- docker push $CONTAINER_RELEASE_IMAGE
- docker build -t hosttoday/ht-docker-node:latest .
- docker push hosttoday/ht-docker-node:latest
only:
- master
tags: