From b877e9d1bb782b592ab9ca953739c6a9024125af Mon Sep 17 00:00:00 2001 From: Aaron Crickenberger Date: Tue, 30 Nov 2021 11:16:22 -0800 Subject: [PATCH] images: use k8s-staging-test-infra/gcb-docker-gcloud --- cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 931cede3..3d2c0d72 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -3,7 +3,7 @@ timeout: 3600s options: substitution_option: ALLOW_LOOSE steps: - - name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20210622-762366a' + - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90' entrypoint: make env: - TAG=$_PULL_BASE_REF