Merge pull request #416 from dgrisonnet/cloudbuild

Add cloudbuild.yaml
This commit is contained in:
Kubernetes Prow Robot 2021-06-30 06:31:03 -07:00 committed by GitHub
commit ae1765153a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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