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:
authorMarcel Amirault <4155490-marcel.amirault@users.noreply.gitlab.com>2021-06-21 12:20:50 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2021-06-21 12:20:50 +0300
commit508f5f69de0e92fa769e489643efdc934eff0d12 (patch)
tree91a35de1d802d72a7087d1ca1ec58e760112afb5
parent98413619f4a0deca8c4a4c0209638daff5e78109 (diff)
Add pipeline ID to docker image versions
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3c3de4d7..18ac7191 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -529,7 +529,7 @@ image:docs-lint-html:
- .docker_prepare
stage: build-images
variables:
- IMAGE_NAME: $CI_REGISTRY_IMAGE/lint-html:alpine-$ALPINE_VERSION-ruby-$RUBY_VERSION
+ IMAGE_NAME: $CI_REGISTRY_IMAGE/lint-html:alpine-$ALPINE_VERSION-ruby-$RUBY_VERSION-$CI_COMMIT_SHORT_SHA
DOCKERFILE: dockerfiles/Dockerfile.gitlab-docs-lint-html
script:
- docker build