2020-06-23 19:17:16 -04:00
|
|
|
options:
|
2024-08-11 08:06:19 +02:00
|
|
|
# Increase machine type for multi-arch builds.
|
2023-04-02 03:03:12 +05:30
|
|
|
machineType: E2_HIGHCPU_32
|
2024-08-11 08:50:33 +02:00
|
|
|
# Ignore Prow provided substitutions.
|
|
|
|
|
substitution_option: ALLOW_LOOSE
|
2020-06-23 19:17:16 -04:00
|
|
|
steps:
|
2024-12-21 18:02:10 +01:00
|
|
|
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20241217-ff46a068cd
|
2020-06-23 19:17:16 -04:00
|
|
|
env:
|
|
|
|
|
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
|
2024-08-11 08:06:19 +02:00
|
|
|
entrypoint: bash
|
2020-06-23 19:17:16 -04:00
|
|
|
args:
|
2024-08-11 08:06:19 +02:00
|
|
|
- -c
|
|
|
|
|
- gcloud auth configure-docker && cd images/nginx && make push
|
|
|
|
|
timeout: 7200s
|