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 708f55c + de86afb commit 0e2b507Copy full SHA for 0e2b507
cloudbuild.yaml
@@ -8,10 +8,12 @@ options:
8
substitution_option: ALLOW_LOOSE
9
steps:
10
# 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"
+ - name: "gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20220830-45cbff55bc"
12
entrypoint: 'bash'
13
env:
14
- DOCKER_CLI_EXPERIMENTAL=enabled
15
+ - DOCKER_BUILDKIT=1
16
+ - DOCKER_BUILDX=/root/.docker/cli-plugins/docker-buildx
17
- TAG=$_GIT_TAG
18
- BASE_REF=$_PULL_BASE_REF
19
args:
0 commit comments