2024-08-11 01:05:16 -07:00
|
|
|
options:
|
|
|
|
|
# Ignore Prow provided substitutions.
|
|
|
|
|
substitution_option: ALLOW_LOOSE
|
2020-06-26 15:54:53 -04:00
|
|
|
steps:
|
2025-01-21 16:14:36 -08:00
|
|
|
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250116-2a05ea7e3d
|
2020-06-26 15:54:53 -04:00
|
|
|
env:
|
|
|
|
|
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
|
2024-08-11 01:00:30 -07:00
|
|
|
entrypoint: bash
|
2020-06-26 15:54:53 -04:00
|
|
|
args:
|
2024-08-11 01:00:30 -07:00
|
|
|
- -c
|
|
|
|
|
- gcloud auth configure-docker && cd images && make NAME=cfssl push
|