ingress-nginx-helm/images/ext-auth-example-authsvc/cloudbuild.yaml

9 lines
280 B
YAML
Raw Normal View History

steps:
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
env:
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
entrypoint: bash
args:
- -c
- gcloud auth configure-docker && cd images && make NAME=ext-auth-example-authsvc push