From 1027e7e6b64cf7e7434e8dfcb1484e143098724d Mon Sep 17 00:00:00 2001 From: Mitchell Nielsen Date: Tue, 28 Nov 2023 15:35:52 -0600 Subject: [PATCH] Test updated CI base image See: https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/749 --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d087196c0f..64182932de 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,8 @@ # Note: Auto CI does not work with multiple buildpacks yet default: - image: registry.gitlab.com/gitlab-org/gitlab-build-images:gitlab-charts-build-base-helm-3.7 + # image: registry.gitlab.com/gitlab-org/gitlab-build-images:gitlab-charts-build-base-helm-3.7 + image: registry.gitlab.com/iposadat/gitlab-build-images:gitlab-charts-build-base-helm-3.9 variables: AUTO_DEPLOY_TAG_REGEX: '^[0-9]+\.[0-9]+\.[0-9]+\+[a-z0-9]{7,}$' -- GitLab