ingress-nginx-helm/images/test-runner/cloudbuild.yaml

12 lines
373 B
YAML
Raw Normal View History

options:
# Ignore Prow provided substitutions.
substitution_option: ALLOW_LOOSE
2020-06-25 01:14:40 +00:00
steps:
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250116-2a05ea7e3d
2020-06-25 01:14:40 +00:00
env:
2025-02-14 21:44:13 +00:00
- REGISTRY=us-central1-docker.pkg.dev/k8s-staging-images/ingress-nginx
entrypoint: bash
2020-06-25 01:14:40 +00:00
args:
- -c
- gcloud auth configure-docker && cd images/test-runner && make push