From 2711e80732f904075a02473bfe310de4a2d63035 Mon Sep 17 00:00:00 2001 From: Prajyot-Parab Date: Wed, 20 Jul 2022 23:18:49 +0530 Subject: [PATCH] Bugfix - change gcr.io/k8s-staging-test-infra/gcb-docker-gcloud from latest to v20220609-2e4c91eb7e Signed-off-by: Prajyot-Parab --- cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 1958ee60f..dcf76aa98 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -3,7 +3,7 @@ timeout: 3000s options: substitution_option: ALLOW_LOOSE steps: - - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20220617-174ad91c3a' + - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20220609-2e4c91eb7e' entrypoint: make env: - DOCKER_CLI_EXPERIMENTAL=enabled