14 lines
452 B
YAML
14 lines
452 B
YAML
options:
|
|
# Ignore Prow provided substitutions.
|
|
substitution_option: ALLOW_LOOSE
|
|
steps:
|
|
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20241110-72bb0b1665
|
|
env:
|
|
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
|
|
- REPO_INFO=https://github.com/kubernetes/ingress-nginx
|
|
- COMMIT_SHA=${_PULL_BASE_SHA}
|
|
- BUILD_ID=${BUILD_ID}
|
|
entrypoint: bash
|
|
args:
|
|
- -c
|
|
- gcloud auth configure-docker && make release
|