Update .gitlab-ci.yml

This commit is contained in:
Phil Kunz 2016-06-04 22:16:58 +00:00
parent 886211f908
commit 10bb62cc01

View File

@ -24,7 +24,7 @@ buildBASE:
- docker build -t hosttoday/ht-docker-node:latest .
- docker push hosttoday/ht-docker-node:latest
tags:
- dockerbuild
- lossless
buildTAGS:
stage: buildtags
@ -42,7 +42,7 @@ buildTAGS:
- docker build -t hosttoday/ht-docker-node:python3 -f Dockerfile_python3 .
- docker push hosttoday/ht-docker-node:python3
tags:
- dockerbuild
- lossless
test:
@ -52,7 +52,7 @@ test:
only:
- master
tags:
- dockerbuild
- lossless
release:
stage: release
@ -61,4 +61,4 @@ release:
only:
- master
tags:
- dockerbuild
- lossless