Cloud Build: Add newlines at EOF.
This commit is contained in:
parent
8d6731f508
commit
491857bd0e
11 changed files with 11 additions and 11 deletions
|
@ -1 +1 @@
|
||||||
v0.0.3
|
v0.0.3
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
v0.0.3
|
v0.0.3
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
v0.0.3
|
v0.0.3
|
||||||
|
|
|
@ -16,4 +16,4 @@ steps:
|
||||||
- -c
|
- -c
|
||||||
- |
|
- |
|
||||||
gcloud auth configure-docker \
|
gcloud auth configure-docker \
|
||||||
&& cd images/ && make NAME=ext-auth-example-authsvc push
|
&& cd images/ && make NAME=ext-auth-example-authsvc push
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
v0.0.3
|
v0.0.3
|
||||||
|
|
|
@ -14,4 +14,4 @@ steps:
|
||||||
- -c
|
- -c
|
||||||
- |
|
- |
|
||||||
gcloud auth configure-docker \
|
gcloud auth configure-docker \
|
||||||
&& cd images/ && make NAME=fastcgi-helloserver push
|
&& cd images/ && make NAME=fastcgi-helloserver push
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
v0.0.3
|
v0.0.3
|
||||||
|
|
|
@ -16,4 +16,4 @@ steps:
|
||||||
- -c
|
- -c
|
||||||
- |
|
- |
|
||||||
gcloud auth configure-docker \
|
gcloud auth configure-docker \
|
||||||
&& cd images/ && make NAME=go-grpc-greeter-server push
|
&& cd images/ && make NAME=go-grpc-greeter-server push
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
v0.0.3
|
v0.0.3
|
||||||
|
|
|
@ -16,4 +16,4 @@ steps:
|
||||||
- -c
|
- -c
|
||||||
- |
|
- |
|
||||||
gcloud auth configure-docker \
|
gcloud auth configure-docker \
|
||||||
&& cd images/ && make NAME=httpbun push
|
&& cd images/ && make NAME=httpbun push
|
||||||
|
|
|
@ -14,4 +14,4 @@ steps:
|
||||||
- -c
|
- -c
|
||||||
- |
|
- |
|
||||||
gcloud auth configure-docker \
|
gcloud auth configure-docker \
|
||||||
&& cd images/nginx-1.25 && make push
|
&& cd images/nginx-1.25 && make push
|
||||||
|
|
Loading…
Reference in a new issue