Files
kind/images/base/cloudbuild.yaml
2025-06-05 12:29:10 -07:00

9 lines
255 B
YAML

# See https://cloud.google.com/cloud-build/docs/build-config
options:
substitution_option: ALLOW_LOOSE
machineType: E2_HIGHCPU_32
steps:
- name: gcr.io/k8s-staging-test-infra/krte:latest-master
entrypoint: make
args: ['-C', 'images/base', 'push']