2024-08-11 08:50:33 +02:00
|
|
|
options:
|
|
|
|
|
# Ignore Prow provided substitutions.
|
|
|
|
|
substitution_option: ALLOW_LOOSE
|
2020-05-19 17:14:06 -04:00
|
|
|
steps:
|
2025-01-22 00:04:36 +01:00
|
|
|
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250116-2a05ea7e3d
|
2020-05-19 17:14:06 -04:00
|
|
|
env:
|
2025-02-14 21:36:21 +01:00
|
|
|
- REGISTRY=us-central1-docker.pkg.dev/k8s-staging-images/ingress-nginx
|
2020-06-04 17:30:30 -04:00
|
|
|
- REPO_INFO=https://github.com/kubernetes/ingress-nginx
|
2024-08-11 08:06:19 +02:00
|
|
|
- COMMIT_SHA=${_PULL_BASE_SHA}
|
|
|
|
|
- BUILD_ID=${BUILD_ID}
|
|
|
|
|
entrypoint: bash
|
2020-05-19 17:14:06 -04:00
|
|
|
args:
|
2024-08-11 08:06:19 +02:00
|
|
|
- -c
|
|
|
|
|
- gcloud auth configure-docker && make release
|