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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2024-01-11 00:14:41 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2024-01-11 00:14:41 +0300
commit853e0ceb61507ce55521776c84bc77b4e802c66e (patch)
tree97b0a26e438d6ef1579ebe7f65d4886f5dc7594d /scripts
parent9dbe80c7d52d682aaf431790d9011d7c2912b85c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build_qa_image1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build_qa_image b/scripts/build_qa_image
index 23a003e2b01..eab8abd5c5c 100755
--- a/scripts/build_qa_image
+++ b/scripts/build_qa_image
@@ -87,6 +87,7 @@ docker buildx build \
--build-arg=CHROME_VERSION="${CHROME_VERSION}" \
--build-arg=DOCKER_VERSION="${DOCKER_VERSION}" \
--build-arg=RUBY_VERSION="${RUBY_VERSION}" \
+ --build-arg=BUNDLER_VERSION="${BUNDLER_VERSION}" \
--build-arg=QA_BUILD_TARGET="${QA_BUILD_TARGET}" \
--file="${CI_PROJECT_DIR}/qa/Dockerfile" \
--push \