2024-08-11 06:50:33 +00:00
|
|
|
options:
|
|
|
|
# Ignore Prow provided substitutions.
|
|
|
|
substitution_option: ALLOW_LOOSE
|
2021-09-09 11:38:11 +00:00
|
|
|
steps:
|
2024-12-21 17:29:37 +00:00
|
|
|
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20241217-ff46a068cd
|
2021-09-09 11:38:11 +00:00
|
|
|
env:
|
|
|
|
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
|
2024-08-11 06:06:19 +00:00
|
|
|
entrypoint: bash
|
2021-09-09 11:38:11 +00:00
|
|
|
args:
|
2024-08-11 06:06:19 +00:00
|
|
|
- -c
|
|
|
|
- gcloud auth configure-docker && cd images && make NAME=custom-error-pages push
|