Typo fix for the variable name.
This commit is contained in:
parent
500de0f1b5
commit
4855854a3a
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ build:dockerimage:
|
||||||
image: docker:stable
|
image: docker:stable
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
CI_BUILD_IMAGE: CI_REGISTRY_IMAGE/zmk-build
|
CI_BUILD_IMAGE: $CI_REGISTRY_IMAGE/zmk-build
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||||
|
|
Loading…
Reference in a new issue