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