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

12 lines
346 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:v20241217-ff46a068cd
2020-06-25 01:14:40 +00:00
env:
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
entrypoint: bash
2020-06-25 01:14:40 +00:00
args:
- -c
- gcloud auth configure-docker && cd images/test-runner && make push