Cloud Build: Remove trailing slash.
This commit is contained in:
parent
dd81f3e9e3
commit
0df4b17720
6 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -14,4 +14,4 @@ steps:
|
|||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& cd images/ && make NAME=fastcgi-helloserver push
|
||||
&& cd images && make NAME=fastcgi-helloserver push
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -16,4 +16,4 @@ steps:
|
|||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& cd images/ && make NAME=httpbun push
|
||||
&& cd images && make NAME=httpbun push
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue