Address Docker registry login warning

This commit is contained in:
Olaf Meeuwissen 2019-11-04 14:01:05 +09:00
parent 8f0a1965c4
commit 55678ff983
1 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,9 @@ stages:
- derive
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:
stage: build