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

18 lines
490 B
YAML
Raw Normal View History

2020-08-11 14:23:28 -04:00
timeout: 10800s
options:
substitution_option: ALLOW_LOOSE
# job builds a multi-arch docker image for amd64,arm,arm64 and s390x.
2023-04-02 03:03:12 +05:30
machineType: E2_HIGHCPU_32
steps:
2022-03-17 15:02:41 -04:00
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90'
entrypoint: bash
env:
- DOCKER_CLI_EXPERIMENTAL=enabled
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
- HOME=/root
args:
- -c
- |
gcloud auth configure-docker \
&& cd images/nginx && make push