From 06e41b486cf5460dbc644f533c6c8ab792bada17 Mon Sep 17 00:00:00 2001 From: Damien Grisonnet Date: Wed, 30 Jun 2021 15:07:54 +0200 Subject: [PATCH] deploy: add cloudbuild.yaml Add cloudbuild.yaml file required by the image pushing job. Signed-off-by: Damien Grisonnet --- cloudbuild.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cloudbuild.yaml diff --git a/cloudbuild.yaml b/cloudbuild.yaml new file mode 100644 index 00000000..0c821139 --- /dev/null +++ b/cloudbuild.yaml @@ -0,0 +1,11 @@ +# See https://cloud.google.com/cloud-build/docs/build-config +timeout: 1800s +options: + substitution_option: ALLOW_LOOSE +steps: + - name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20210622-762366a' + entrypoint: make + env: + - TAG=$_PULL_BASE_REF + args: + - push-all