Commit 8bddf23e authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'patch-15' into 'master'

Use same variable for registry password as above

See merge request !10238
parents 4ac8e0e9 21703e46
......@@ -318,7 +318,7 @@ variables:
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME
before_script:
- docker login -u gitlab-ci-token -p $CI_COMMIT_TOKEN $CI_REGISTRY
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
build:
stage: build
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment