ingress-nginx-helm/images/nginx/cloudbuild.yaml
k8s-infra-cherrypick-robot c34e26ed1c
Images: Rework. (1/3) (#13014)
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
2025-03-23 09:26:32 -07:00

12 lines
277 B
YAML

options:
# Increase machine type for multi-arch builds.
machineType: E2_HIGHCPU_32
# Ignore Prow provided substitutions.
substitution_option: ALLOW_LOOSE
steps:
- name: gcr.io/cloud-builders/docker
dir: images/nginx
entrypoint: make
args:
- push
timeout: 7200s