2024-08-11 08:50:33 +02:00
|
|
|
options:
|
|
|
|
|
# Ignore Prow provided substitutions.
|
|
|
|
|
substitution_option: ALLOW_LOOSE
|
2023-06-14 03:55:59 +08:00
|
|
|
steps:
|
2024-12-21 18:02:10 +01:00
|
|
|
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20241217-ff46a068cd
|
2023-06-14 03:55:59 +08:00
|
|
|
env:
|
|
|
|
|
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
|
2024-08-11 08:06:19 +02:00
|
|
|
entrypoint: bash
|
2023-06-14 03:55:59 +08:00
|
|
|
args:
|
2024-08-11 08:06:19 +02:00
|
|
|
- -c
|
|
|
|
|
- gcloud auth configure-docker && cd images && make NAME=fastcgi-helloserver push
|