From bd57d9d2d70ca8282fb841182d4eee4288a9bbed Mon Sep 17 00:00:00 2001 From: Michelle Au Date: Tue, 25 Apr 2023 16:55:45 +0000 Subject: [PATCH] Squashed 'release-tools/' changes from 6613c3980..6e04a0301 6e04a0301 Merge pull request #224 from msau42/cloudbuild 26fdfffdd Update cloudbuild image git-subtree-dir: release-tools git-subtree-split: 6e04a0301338f6e1c05a8e5be1230cf739347c9a --- cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 4bcffad3ac..6b76a9ed19 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -26,7 +26,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-staging-test-infra/gcb-docker-gcloud:v20210917-12df099d55' + - name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20230424-910a2a439d' entrypoint: ./.cloudbuild.sh env: - GIT_TAG=${_GIT_TAG}