summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-05-11 10:08:35 -0400
committerPete Johanson <peter@peterjohanson.com>2020-05-11 10:08:35 -0400
commit4855854a3a04acda956637d89a5c722a3ef616a0 (patch)
tree4af692d90926b00b9f3094fd3d1e919bbf948cd0
parent500de0f1b521b0221986e383df5fd2a289314771 (diff)
Typo fix for the variable name.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6929d8d..a4c3a5b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,7 +19,7 @@ build:dockerimage:
image: docker:stable
variables:
- CI_BUILD_IMAGE: CI_REGISTRY_IMAGE/zmk-build
+ CI_BUILD_IMAGE: $CI_REGISTRY_IMAGE/zmk-build
before_script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY