From 23eb1002fe63fc5423c09f8e10b9273ba00ca58a Mon Sep 17 00:00:00 2001 From: Marco Ebert Date: Wed, 21 May 2025 17:24:34 +0200 Subject: [PATCH] Images: Bump GCB Docker GCloud to v20250513-9264efb079. (#13395) --- cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 1d0228358..e19be6bc9 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -2,7 +2,7 @@ options: # Ignore Prow provided substitutions. substitution_option: ALLOW_LOOSE steps: -- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250116-2a05ea7e3d +- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250513-9264efb079 env: - REPO_INFO=https://github.com/kubernetes/ingress-nginx - COMMIT_SHA=${_PULL_BASE_SHA}