Cloud Build: Add missing config, remove unused ones. (#11777)

Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
This commit is contained in:
k8s-infra-cherrypick-robot 2024-08-12 14:07:06 -07:00 committed by GitHub
parent 596054a2d9
commit 2ee9986947
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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