From cbf5f9037f7b8afc712f6c637abcace28d95fcea Mon Sep 17 00:00:00 2001 From: Aaron Crickenberger Date: Tue, 30 Nov 2021 11:15:00 -0800 Subject: [PATCH] images: use k8s-staging-test-infra/gcb-docker-gcloud --- release-tools/cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-tools/cloudbuild.yaml b/release-tools/cloudbuild.yaml index d88fca6f..be449508 100644 --- a/release-tools/cloudbuild.yaml +++ b/release-tools/cloudbuild.yaml @@ -27,7 +27,7 @@ steps: # The image must contain bash and curl. Ideally it should also contain # the desired version of Go (currently defined in release-tools/prow.sh), # but that just speeds up the build and is not required. - - name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20210331-c732583' + - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90' entrypoint: ./.cloudbuild.sh env: - GIT_TAG=${_GIT_TAG}