ingress-nginx-helm/images/e2e-test-echo/cloudbuild.yaml

12 lines
380 B
YAML
Raw Normal View History

options:
# Ignore Prow provided substitutions.
substitution_option: ALLOW_LOOSE
steps:
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250116-2a05ea7e3d
env:
2025-02-14 20:36:21 +00:00
- REGISTRY=us-central1-docker.pkg.dev/k8s-staging-images/ingress-nginx
entrypoint: bash
args:
- -c
- gcloud auth configure-docker && cd images && make NAME=e2e-test-echo push