ingress-nginx-helm/images/nginx-1.25/cloudbuild.yaml

15 lines
438 B
YAML
Raw Normal View History

2024-01-19 22:31:41 +00:00
options:
# Increase machine type for multi-arch builds.
2024-01-19 22:31:41 +00:00
machineType: E2_HIGHCPU_32
# Ignore Prow provided substitutions.
substitution_option: ALLOW_LOOSE
2024-01-19 22:31:41 +00:00
steps:
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
2024-01-19 22:31:41 +00:00
env:
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
entrypoint: bash
2024-01-19 22:31:41 +00:00
args:
- -c
- gcloud auth configure-docker && cd images/nginx-1.25 && make push
timeout: 7200s