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