This commit is contained in:
Philipp Kunz 2016-06-04 03:03:00 +02:00
parent dfaf401f1b
commit fc8de3e5d1

View File

@ -19,7 +19,7 @@ before_script:
buildBASE:
stage:build
stage: build
script:
- docker build -t hosttoday/ht-docker-node:latest .
- docker push hosttoday/ht-docker-node:latest
@ -27,7 +27,7 @@ buildBASE:
- dockerbuild
buildTAGS:
stage:buildtags
stage: buildtags
script:
- docker build -t hosttoday/ht-docker-node:lts ./Dockerfile_lts
- docker push hosttoday/ht-docker-node:lts