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>2023-05-12 12:00:46 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2023-05-12 12:00:46 +0300
commit1f867eddcc897ac6751dba1c3c008ac253c876d3 (patch)
tree5037534d4ce12390cd3a783bef2685c1240a65ac /.gitlab
parent9991d5d97758b415e54e510a9375d51219828d1e (diff)
Change the archives Docker image to be under the /archives registry
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/ci/docker-images.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab/ci/docker-images.gitlab-ci.yml b/.gitlab/ci/docker-images.gitlab-ci.yml
index af509fea..a567d878 100644
--- a/.gitlab/ci/docker-images.gitlab-ci.yml
+++ b/.gitlab/ci/docker-images.gitlab-ci.yml
@@ -289,7 +289,7 @@ test:image:docs-latest:
- docker run --rm $IMAGE_NAME ls -l /usr/share/nginx/html
#
-# Build the archives image
+# Build the archives image that is deployed at https://archives.docs.gitlab.com
#
image:docs-archives:
extends:
@@ -298,7 +298,7 @@ image:docs-archives:
needs: ["test:image:docs-archives"]
stage: build-images
variables:
- IMAGE_NAME: $CI_REGISTRY_IMAGE:archives
+ IMAGE_NAME: $CI_REGISTRY_IMAGE/archives:all
DOCKERFILE: dockerfiles/archives.Dockerfile
needs: []
script:
@@ -314,7 +314,7 @@ test:image:docs-archives:
- .rules_docker_image_tests
stage: test
variables:
- IMAGE_NAME: $CI_REGISTRY_IMAGE:archives
+ IMAGE_NAME: $CI_REGISTRY_IMAGE/archives:all
DOCKERFILE: dockerfiles/archives.Dockerfile
needs: []
script: