gitlab-ci: workaround docker bug for users with uppercase characters
authorEric Engestrom <eric.engestrom@intel.com>
Fri, 8 Feb 2019 17:43:55 +0000 (17:43 +0000)
committerEric Engestrom <eric.engestrom@intel.com>
Fri, 8 Feb 2019 17:45:57 +0000 (17:45 +0000)
CI_REGISTRY_IMAGE == lower($CI_REGISTRY/$CI_PROJECT_PATH)

Suggested-by: Daniel Stone <daniels@collabora.com>
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
.gitlab-ci.yml

index b651de0..0a097ce 100644 (file)
@@ -17,7 +17,7 @@
 # at "01" unless you have multiple updates on the same day :)
 variables:
   UBUNTU_TAG: 2019-01-31-01
-  UBUNTU_IMAGE: "$CI_REGISTRY/$CI_PROJECT_PATH/ubuntu:$UBUNTU_TAG"
+  UBUNTU_IMAGE: "$CI_REGISTRY_IMAGE/ubuntu:$UBUNTU_TAG"
 
 
 stages: