Update .gitlab-ci.yml
This commit is contained in:
parent
6e0d19fd56
commit
33e56a2c4b
@ -1,4 +1,4 @@
|
||||
image: hosttoday/ht-docker-dbase
|
||||
image: docker:git
|
||||
services:
|
||||
- docker:dind
|
||||
|
||||
@ -10,9 +10,7 @@ variables:
|
||||
CONTAINER_RELEASE_IMAGE: registry.gitlab.com/hosttoday/ht-docker-node:latest
|
||||
|
||||
before_script:
|
||||
- npm uninstall -g npmci
|
||||
- npm install -g npmci
|
||||
- npmci prepare docker
|
||||
- docker login -u $DOCKERU -p DOCKERP
|
||||
|
||||
release:
|
||||
stage: release
|
||||
|
Loading…
Reference in New Issue
Block a user