Cloud Build: Add missing config, remove unused ones.

This commit is contained in:
Marco Ebert 2024-08-12 20:56:13 +02:00
parent 4a1da5ccab
commit ef0c7ce850
2 changed files with 1 additions and 12 deletions

View file

@ -8,4 +8,4 @@ steps:
entrypoint: bash
args:
- -c
- gcloud auth configure-docker && cd images && make NAME=ext-auth-example-authsvc push
- gcloud auth configure-docker && cd images && make NAME=e2e-test-echo push

View file

@ -1,11 +0,0 @@
options:
# Ignore Prow provided substitutions.
substitution_option: ALLOW_LOOSE
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=go-grpc-greeter-server push