Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-02-15 19:42:38 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-02-15 19:42:38 +0300
commit9ccfbd0529128e545fe2fb39dce904a432b4f22a (patch)
tree3fcfb4e6c7a32e0d55cd1bdc650d51666c42cf71 /.gitlab-ci.yml
parent830d71b2bf83bcca9a38acc2a8d4b93eb1093111 (diff)
Use ref name instead of slug for the Docker image names
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2e27b935..1b04071d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -212,7 +212,7 @@ image:docs-stable:
stage: docker-stable
<<: *docker_build
variables:
- IMAGE_NAME: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
+ IMAGE_NAME: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME
script:
- docker build -t $IMAGE_NAME .
- docker push $IMAGE_NAME