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-24 16:14:49 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2023-05-24 16:14:49 +0300
commit9d4be3c614a622ca2ee5c809c50cdf016e587782 (patch)
tree336a92906f5b535dc58aa61424f43cab8d7b433c /.gitlab
parent0a1e329823e94f7857a786248e9d836caf0acd0e (diff)
Pass GOOGLE_SEARCH_KEY as a build argument
We need to pass the GOOGLE_SEARCH_KEY as a build argument when building the stable images, otherwise it will be empty.
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/ci/docker-images.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/ci/docker-images.gitlab-ci.yml b/.gitlab/ci/docker-images.gitlab-ci.yml
index af1b9f0c..39d328bd 100644
--- a/.gitlab/ci/docker-images.gitlab-ci.yml
+++ b/.gitlab/ci/docker-images.gitlab-ci.yml
@@ -168,6 +168,7 @@ image:docs-single:
--build-arg NANOC_ENV=${NANOC_ENV}
--build-arg VER=${CI_COMMIT_REF_NAME}
--build-arg SEARCH_BACKEND="google"
+ --build-arg GOOGLE_SEARCH_KEY=${GOOGLE_SEARCH_KEY}
--tag $IMAGE_NAME
--file $DOCKERFILE .
- docker push $IMAGE_NAME