Update .gitlab-ci.yml
This commit is contained in:
parent
c587638b90
commit
c8db76b050
@ -11,7 +11,7 @@ variables:
|
|||||||
CONTAINER_RELEASE_IMAGE: registry.gitlab.com/hosttoday/ht-docker-node:latest
|
CONTAINER_RELEASE_IMAGE: registry.gitlab.com/hosttoday/ht-docker-node:latest
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.gitlab.com
|
- npmci prepare docker
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
@ -25,8 +25,6 @@ test:
|
|||||||
|
|
||||||
release:
|
release:
|
||||||
stage: release
|
stage: release
|
||||||
before_script:
|
|
||||||
- docker login -u philkunz -p $DOCKER_PASSWORD
|
|
||||||
script:
|
script:
|
||||||
- docker version
|
- docker version
|
||||||
- docker build -t hosttoday/ht-docker-node:latest .
|
- docker build -t hosttoday/ht-docker-node:latest .
|
||||||
|
Loading…
Reference in New Issue
Block a user