From de86afbef15501a0ad009d1d6742bd6bf30d8b73 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Mon, 5 Dec 2022 07:52:19 -0500 Subject: [PATCH] Bump up gcb-docker-gcloud version for better buildx Signed-off-by: Davanum Srinivas --- cloudbuild.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index c75e11fc906af..ceddee717ecb7 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -8,10 +8,12 @@ options: substitution_option: ALLOW_LOOSE steps: # It's fine to bump the tag to a recent version, as needed - - name: "gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20210917-12df099d55" + - name: "gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20220830-45cbff55bc" entrypoint: 'bash' env: - DOCKER_CLI_EXPERIMENTAL=enabled + - DOCKER_BUILDKIT=1 + - DOCKER_BUILDX=/root/.docker/cli-plugins/docker-buildx - TAG=$_GIT_TAG - BASE_REF=$_PULL_BASE_REF args: