diff --git a/release-tools/cloudbuild.yaml b/release-tools/cloudbuild.yaml index 1def149..1747928 100644 --- a/release-tools/cloudbuild.yaml +++ b/release-tools/cloudbuild.yaml @@ -23,7 +23,7 @@ steps: # The image must contain bash and curl. Ideally it should also contain # the desired version of Go (currently defined in release-tools/travis.yml), # but that just speeds up the build and is not required. - - name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200421-a2bf5f8' + - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90' entrypoint: ./.cloudbuild.sh env: - GIT_TAG=${_GIT_TAG}