Update
This commit is contained in:
parent
7078e53a52
commit
d2fa7b6563
1 changed files with 4 additions and 1 deletions
|
@ -27,8 +27,11 @@ stages:
|
||||||
- build
|
- build
|
||||||
- push
|
- push
|
||||||
|
|
||||||
|
services:
|
||||||
|
- docker:dind
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- echo -n $CI_JOB_TOKEN | docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
|
- echo -n $CI_JOB_TOKEN | docker login -u gitlab-ci-token --password-stdin $CI_REGISTRY
|
||||||
|
|
||||||
Build:
|
Build:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
Loading…
Reference in a new issue