13 lines
318 B
YAML
13 lines
318 B
YAML
# See https://cloud.google.com/cloud-build/docs/build-config
|
|
timeout: 2400s
|
|
options:
|
|
substitution_option: ALLOW_LOOSE
|
|
steps:
|
|
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20230522-312425ae46'
|
|
entrypoint: make
|
|
env:
|
|
- TAG=$_PULL_BASE_REF
|
|
- GIT_COMMIT=$_PULL_BASE_SHA
|
|
args:
|
|
- push
|