Skip to content
Snippets Groups Projects
Commit 21703e46 authored by Niklas's avatar Niklas
Browse files

Use same variable for registry password as above

parent 37b5b7a5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment