fix
This commit is contained in:
parent
dfaf401f1b
commit
fc8de3e5d1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user