Skip to content

Commit de86afb

Browse files
committed
Bump up gcb-docker-gcloud version for better buildx
Signed-off-by: Davanum Srinivas <[email protected]>
1 parent 708f55c commit de86afb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cloudbuild.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ options:
88
substitution_option: ALLOW_LOOSE
99
steps:
1010
# It's fine to bump the tag to a recent version, as needed
11-
- name: "gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20210917-12df099d55"
11+
- name: "gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20220830-45cbff55bc"
1212
entrypoint: 'bash'
1313
env:
1414
- DOCKER_CLI_EXPERIMENTAL=enabled
15+
- DOCKER_BUILDKIT=1
16+
- DOCKER_BUILDX=/root/.docker/cli-plugins/docker-buildx
1517
- TAG=$_GIT_TAG
1618
- BASE_REF=$_PULL_BASE_REF
1719
args:

0 commit comments

Comments
 (0)