ingress-nginx-helm/images/nginx/cloudbuild.yaml
k8s-infra-cherrypick-robot 458051a516
Images: Migrate to AR. (2/2) (#12850)
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
2025-02-14 23:40:15 +01:00

14 lines
460 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/k8s-staging-test-infra/gcb-docker-gcloud:v20250116-2a05ea7e3d
env:
- REGISTRY=us-central1-docker.pkg.dev/k8s-staging-images/ingress-nginx
entrypoint: bash
args:
- -c
- gcloud auth configure-docker && cd images/nginx && make push
timeout: 7200s