From e8119225153d93cd7908c64f58e8803bc5a3f0bf Mon Sep 17 00:00:00 2001 From: Chris Hein Date: Tue, 8 Jun 2021 16:41:25 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20removing=20docker/infra=20provid?= =?UTF-8?q?er=20from=20cloudbuild?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Chris Hein --- cloudbuild.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index dbbae993..369874a7 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -13,16 +13,6 @@ steps: - DOCKER_BUILDKIT=1 args: - release-staging - - name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200619-68869a4' - dir: 'test/infrastructure/docker' - entrypoint: make - env: - - DOCKER_CLI_EXPERIMENTAL=enabled - - TAG=$_GIT_TAG - - PULL_BASE_REF=$_PULL_BASE_REF - - DOCKER_BUILDKIT=1 - args: - - release-staging substitutions: # _GIT_TAG will be filled with a git-based tag for the image, of the form vYYYYMMDD-hash, and # can be used as a substitution