Use same variable for registry password as above

This commit is contained in:
Niklas 2017-03-25 22:10:55 +00:00
parent 37b5b7a5e6
commit 21703e46d6
1 changed files with 1 additions and 1 deletions

View File

@ -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