Skip to content

Commit b1c7237

Browse files
authored
Merge pull request #1490 from zhanggbj/fix_release_staging_job
🐛 Fix release-staging job
2 parents a0c10ea + a4f42cc commit b1c7237

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cloudbuild-nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ options:
55
substitution_option: ALLOW_LOOSE
66
machineType: 'E2_HIGHCPU_8'
77
steps:
8-
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud@sha256:7621a5a169f39e40ff2d77250f5908e5195bed68e0f2a70644e23ff8ae2fbff6' # v20240718-5ef92b5c36
8+
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud@sha256:63840f133e0dfeea0af9ef391210da7fab9d2676172e2967fccab0cd6110c4e7' # v20250513-9264efb079
99
entrypoint: make
1010
env:
1111
- DOCKER_CLI_EXPERIMENTAL=enabled

cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ options:
55
substitution_option: ALLOW_LOOSE
66
machineType: 'E2_HIGHCPU_8'
77
steps:
8-
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud@sha256:7621a5a169f39e40ff2d77250f5908e5195bed68e0f2a70644e23ff8ae2fbff6' # v20240718-5ef92b5c36
8+
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud@sha256:63840f133e0dfeea0af9ef391210da7fab9d2676172e2967fccab0cd6110c4e7' # v20250513-9264efb079
99
entrypoint: make
1010
env:
1111
- DOCKER_CLI_EXPERIMENTAL=enabled

0 commit comments

Comments
 (0)