Address Docker registry login warning
This commit is contained in:
parent
8f0a1965c4
commit
55678ff983
|
|
@ -19,7 +19,9 @@ stages:
|
||||||
- derive
|
- derive
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- docker login -u gitlab-ci-token -p "$CI_JOB_TOKEN" "$CI_REGISTRY"
|
- echo "$CI_REGISTRY_PASSWORD"
|
||||||
|
| docker login --username "$CI_REGISTRY_USER"
|
||||||
|
--password-stdin "$CI_REGISTRY"
|
||||||
|
|
||||||
build:ceres:
|
build:ceres:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue