We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e57aca + 4ae443c commit 6697789Copy full SHA for 6697789
cloudbuild.yaml
@@ -4,7 +4,7 @@ options:
4
substitution_option: ALLOW_LOOSE
5
machineType: E2_HIGHCPU_8
6
steps:
7
-- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20230206-8160eea68e
+- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250513-9264efb079
8
id: push-images
9
entrypoint: bash
10
env:
@@ -20,7 +20,7 @@ steps:
20
# Build and push every image except e2e-test
21
make all-push ALL_ARCH="amd64 arm64" \
22
CONTAINER_BINARIES="glbc 404-server 404-server-with-metrics echo fuzzer"
23
24
id: push-e2e-test-image
25
26
0 commit comments