From e8ed62e54044021e1ee1e13042326dab48a7a191 Mon Sep 17 00:00:00 2001 From: Aaron Crickenberger Date: Tue, 30 Nov 2021 11:10:53 -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 a80de306ec..afdd615fcf 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -7,7 +7,7 @@ timeout: 1200s options: substitution_option: ALLOW_LOOSE steps: - - name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20190906-745fed4' + - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90' entrypoint: make env: - DOCKER_CLI_EXPERIMENTAL=enabled