mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-11-30 23:16:04 +07:00
9 lines
272 B
YAML
9 lines
272 B
YAML
# See https://cloud.google.com/cloud-build/docs/build-config
|
|
options:
|
|
substitution_option: ALLOW_LOOSE
|
|
machineType: E2_HIGHCPU_8
|
|
steps:
|
|
- name: gcr.io/k8s-staging-test-infra/krte:latest-master
|
|
entrypoint: make
|
|
args: ['-C', 'images/local-path-provisioner', 'push']
|