Update .gitlab-ci.yml
This commit is contained in:
parent
886211f908
commit
10bb62cc01
@ -24,7 +24,7 @@ buildBASE:
|
|||||||
- docker build -t hosttoday/ht-docker-node:latest .
|
- docker build -t hosttoday/ht-docker-node:latest .
|
||||||
- docker push hosttoday/ht-docker-node:latest
|
- docker push hosttoday/ht-docker-node:latest
|
||||||
tags:
|
tags:
|
||||||
- dockerbuild
|
- lossless
|
||||||
|
|
||||||
buildTAGS:
|
buildTAGS:
|
||||||
stage: buildtags
|
stage: buildtags
|
||||||
@ -42,7 +42,7 @@ buildTAGS:
|
|||||||
- docker build -t hosttoday/ht-docker-node:python3 -f Dockerfile_python3 .
|
- docker build -t hosttoday/ht-docker-node:python3 -f Dockerfile_python3 .
|
||||||
- docker push hosttoday/ht-docker-node:python3
|
- docker push hosttoday/ht-docker-node:python3
|
||||||
tags:
|
tags:
|
||||||
- dockerbuild
|
- lossless
|
||||||
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@ -52,7 +52,7 @@ test:
|
|||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
tags:
|
tags:
|
||||||
- dockerbuild
|
- lossless
|
||||||
|
|
||||||
release:
|
release:
|
||||||
stage: release
|
stage: release
|
||||||
@ -61,4 +61,4 @@ release:
|
|||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
tags:
|
tags:
|
||||||
- dockerbuild
|
- lossless
|
Loading…
Reference in New Issue
Block a user