Cloud Build: Remove trailing slash.

This commit is contained in:
Marco Ebert 2024-07-17 21:52:33 +02:00 committed by k8s-infra-cherrypick-robot
parent 779c46be01
commit 3e571ee35b
6 changed files with 6 additions and 6 deletions

View file

@ -14,4 +14,4 @@ steps:
- -c
- |
gcloud auth configure-docker \
&& cd images/ && make NAME=custom-error-pages push
&& cd images && make NAME=custom-error-pages push

View file

@ -16,4 +16,4 @@ steps:
- -c
- |
gcloud auth configure-docker \
&& cd images/ && make NAME=ext-auth-example-authsvc push
&& cd images && make NAME=ext-auth-example-authsvc push

View file

@ -14,4 +14,4 @@ steps:
- -c
- |
gcloud auth configure-docker \
&& cd images/ && make NAME=fastcgi-helloserver push
&& cd images && make NAME=fastcgi-helloserver push

View file

@ -16,4 +16,4 @@ steps:
- -c
- |
gcloud auth configure-docker \
&& cd images/ && make NAME=go-grpc-greeter-server push
&& cd images && make NAME=go-grpc-greeter-server push

View file

@ -16,4 +16,4 @@ steps:
- -c
- |
gcloud auth configure-docker \
&& cd images/ && make NAME=httpbun push
&& cd images && make NAME=httpbun push

View file

@ -14,4 +14,4 @@ steps:
- -c
- |
gcloud auth configure-docker \
&& cd images/ && make NAME=kube-webhook-certgen push
&& cd images && make NAME=kube-webhook-certgen push