Cloud Build: Add missing config, remove unused ones.

This commit is contained in:
Marco Ebert 2024-08-12 20:56:13 +02:00 committed by k8s-infra-cherrypick-robot
parent b77e9ed3e8
commit 3f9ba001f8
2 changed files with 1 additions and 12 deletions

View file

@ -8,4 +8,4 @@ steps:
entrypoint: bash entrypoint: bash
args: args:
- -c - -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