ingress-nginx-helm/images/custom-error-pages/cloudbuild.yaml

13 lines
373 B
YAML
Raw Normal View History

options:
# Ignore Prow provided substitutions.
substitution_option: ALLOW_LOOSE
steps:
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
env:
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
entrypoint: bash
args:
- -c
- gcloud auth configure-docker && cd images && make NAME=custom-error-pages push
timeout: 3600s