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

15 lines
433 B
YAML
Raw Normal View History

options:
# Increase machine type for multi-arch builds.
2023-04-01 21:33:12 +00:00
machineType: E2_HIGHCPU_32
# Ignore Prow provided substitutions.
substitution_option: ALLOW_LOOSE
steps:
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20241217-ff46a068cd
env:
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
entrypoint: bash
args:
- -c
- gcloud auth configure-docker && cd images/nginx && make push
timeout: 7200s