2024-08-11 06:50:33 +00:00
|
|
|
options:
|
|
|
|
# Ignore Prow provided substitutions.
|
|
|
|
substitution_option: ALLOW_LOOSE
|
2022-03-22 11:23:44 +00:00
|
|
|
steps:
|
2025-01-21 23:04:36 +00:00
|
|
|
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250116-2a05ea7e3d
|
2022-03-22 11:23:44 +00:00
|
|
|
env:
|
2025-02-14 20:36:21 +00:00
|
|
|
- REGISTRY=us-central1-docker.pkg.dev/k8s-staging-images/ingress-nginx
|
2024-08-11 06:06:19 +00:00
|
|
|
entrypoint: bash
|
2022-03-22 11:23:44 +00:00
|
|
|
args:
|
2024-08-11 06:06:19 +00:00
|
|
|
- -c
|
2024-08-12 19:37:22 +00:00
|
|
|
- gcloud auth configure-docker && cd images && make NAME=e2e-test-echo push
|