2024-08-11 06:50:33 +00:00
|
|
|
options:
|
|
|
|
# Ignore Prow provided substitutions.
|
|
|
|
substitution_option: ALLOW_LOOSE
|
2020-06-25 01:14:40 +00:00
|
|
|
steps:
|
2025-01-21 23:04:36 +00:00
|
|
|
- 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
|
2024-08-11 06:06:19 +00:00
|
|
|
entrypoint: bash
|
2020-06-25 01:14:40 +00:00
|
|
|
args:
|
2024-08-11 06:06:19 +00:00
|
|
|
- -c
|
|
|
|
- gcloud auth configure-docker && cd images/test-runner && make push
|