Skip to content

Commit d59b9f3

Browse files
authored
Merge pull request #7363 from sbueringer/pr-fix-nightly-image-push
🐛 Bump gcb-docker-gcloud image to fix nightly image/manifest push
2 parents 8d7585a + df83bd8 commit d59b9f3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cloudbuild-nightly.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ options:
55
substitution_option: ALLOW_LOOSE
66
machineType: 'N1_HIGHCPU_8'
77
steps:
8-
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20220830-45cbff55bc'
8+
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20221007-ad65926f6b'
99
entrypoint: make
1010
env:
1111
- DOCKER_CLI_EXPERIMENTAL=enabled
@@ -14,7 +14,7 @@ steps:
1414
- DOCKER_BUILDKIT=1
1515
args:
1616
- release-staging-nightly
17-
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20220830-45cbff55bc'
17+
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20221007-ad65926f6b'
1818
entrypoint: make
1919
env:
2020
- DOCKER_CLI_EXPERIMENTAL=enabled

cloudbuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ options:
55
substitution_option: ALLOW_LOOSE
66
machineType: 'N1_HIGHCPU_8'
77
steps:
8-
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20220830-45cbff55bc'
8+
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20221007-ad65926f6b'
99
entrypoint: make
1010
env:
1111
- DOCKER_CLI_EXPERIMENTAL=enabled
@@ -14,7 +14,7 @@ steps:
1414
- DOCKER_BUILDKIT=1
1515
args:
1616
- release-staging
17-
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20220830-45cbff55bc'
17+
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20221007-ad65926f6b'
1818
entrypoint: make
1919
env:
2020
- DOCKER_CLI_EXPERIMENTAL=enabled

0 commit comments

Comments
 (0)