Skip to content

Commit 4c23ef2

Browse files
authored
Merge pull request #181 from spiffxp/use-k8s-infra-for-gcb-image
images: use k8s-staging-test-infra/gcb-docker-gcloud
2 parents 97a4899 + cf5baae commit 4c23ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ steps:
1010
# The image must contain bash and curl. Ideally it should also contain
1111
# the desired version of Go (currently defined in release-tools/travis.yml),
1212
# but that just speeds up the build and is not required.
13-
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200421-a2bf5f8'
13+
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90'
1414
entrypoint: bash
1515
env:
1616
- GIT_TAG=${_GIT_TAG}

0 commit comments

Comments
 (0)