deploy: add cloudbuild.yaml

Add cloudbuild.yaml file required by the image pushing job.

Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
This commit is contained in:
Damien Grisonnet 2021-06-30 15:07:54 +02:00
parent 70418fdbf8
commit 06e41b486c

11
cloudbuild.yaml Normal file
View file

@ -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