Files
kind/hack/ci/push-latest-cli/cloudbuild.yaml
2025-06-05 12:29:10 -07:00

12 lines
327 B
YAML

# See https://cloud.google.com/cloud-build/docs/build-config
options:
substitution_option: ALLOW_LOOSE
steps:
- name: gcr.io/k8s-staging-test-infra/krte:latest-master
env:
- PULL_BASE_SHA=$_PULL_BASE_SHA
entrypoint: hack/ci/push-latest-cli/push-latest-cli.sh
substitutions:
_GIT_TAG: '12345'
_PULL_BASE_SHA: 'oops'