Cloud Build: Add missing config, remove unused ones. (#11777)
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
This commit is contained in:
parent
596054a2d9
commit
2ee9986947
2 changed files with 1 additions and 12 deletions
|
@ -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
|
|
@ -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
|
Loading…
Reference in a new issue