2020-06-23 23:17:16 +00:00
|
|
|
options:
|
2024-08-11 06:06:19 +00:00
|
|
|
# Increase machine type for multi-arch builds.
|
2023-04-01 21:33:12 +00:00
|
|
|
machineType: E2_HIGHCPU_32
|
2024-08-11 06:50:33 +00:00
|
|
|
# Ignore Prow provided substitutions.
|
|
|
|
substitution_option: ALLOW_LOOSE
|
2020-06-23 23:17:16 +00:00
|
|
|
steps:
|
2025-03-23 16:26:32 +00:00
|
|
|
- name: gcr.io/cloud-builders/docker
|
|
|
|
dir: images/nginx
|
|
|
|
entrypoint: make
|
|
|
|
args:
|
|
|
|
- push
|
2024-08-11 06:06:19 +00:00
|
|
|
timeout: 7200s
|