chore: Try using CI_REGISTRY_USER for docker login
This commit is contained in:
parent
13eaa1683d
commit
685e6ebb4c
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ build:
|
|||
stage: build
|
||||
image: "docker"
|
||||
script:
|
||||
- echo "CI_REGISTRY: ${CI_REGISTRY}"
|
||||
- echo \"CI_REGISTRY: ${CI_REGISTRY}\"
|
||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||
- docker build --pull -t $CI_REGISTRY_IMAGE .
|
||||
|
||||
|
|
Loading…
Reference in a new issue