Skip to content

Commit df83bd8

Browse files
committed
Bump gcb-docker-gcloud image to fix nightly image/manifest push
Signed-off-by: Stefan Büringer [email protected]
1 parent 82f4792 commit df83bd8

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)