Cloud Build: Put arguments in one line.
This commit is contained in:
parent
4e897bc4ea
commit
7ec2c22fa2
12 changed files with 12 additions and 37 deletions
|
@ -14,9 +14,7 @@ steps:
|
|||
- USER=root
|
||||
args:
|
||||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& make release
|
||||
- gcloud auth configure-docker && make release
|
||||
substitutions:
|
||||
_GIT_TAG: "12345"
|
||||
_PULL_BASE_REF: main
|
||||
|
|
|
@ -12,6 +12,4 @@ steps:
|
|||
- HOME=/root
|
||||
args:
|
||||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& cd images && make NAME=cfssl push
|
||||
- gcloud auth configure-docker && cd images && make NAME=cfssl push
|
||||
|
|
|
@ -12,6 +12,4 @@ steps:
|
|||
- HOME=/root
|
||||
args:
|
||||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& cd images && make NAME=custom-error-pages push
|
||||
- gcloud auth configure-docker && cd images && make NAME=custom-error-pages push
|
||||
|
|
|
@ -14,6 +14,4 @@ steps:
|
|||
- HOME=/root
|
||||
args:
|
||||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& cd images && make NAME=ext-auth-example-authsvc push
|
||||
- gcloud auth configure-docker && cd images && make NAME=ext-auth-example-authsvc push
|
||||
|
|
|
@ -12,6 +12,4 @@ steps:
|
|||
- HOME=/root
|
||||
args:
|
||||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& cd images && make NAME=fastcgi-helloserver push
|
||||
- gcloud auth configure-docker && cd images && make NAME=fastcgi-helloserver push
|
||||
|
|
|
@ -14,6 +14,4 @@ steps:
|
|||
- HOME=/root
|
||||
args:
|
||||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& cd images && make NAME=go-grpc-greeter-server push
|
||||
- gcloud auth configure-docker && cd images && make NAME=go-grpc-greeter-server push
|
||||
|
|
|
@ -14,6 +14,4 @@ steps:
|
|||
- HOME=/root
|
||||
args:
|
||||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& cd images && make NAME=httpbun push
|
||||
- gcloud auth configure-docker && cd images && make NAME=httpbun push
|
||||
|
|
|
@ -12,6 +12,4 @@ steps:
|
|||
- HOME=/root
|
||||
args:
|
||||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& cd images && make NAME=kube-webhook-certgen push
|
||||
- gcloud auth configure-docker && cd images && make NAME=kube-webhook-certgen push
|
||||
|
|
|
@ -12,6 +12,4 @@ steps:
|
|||
- HOME=/root
|
||||
args:
|
||||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& cd images/nginx-1.25 && make push
|
||||
- gcloud auth configure-docker && cd images/nginx-1.25 && make push
|
||||
|
|
|
@ -12,6 +12,4 @@ steps:
|
|||
- HOME=/root
|
||||
args:
|
||||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& cd images/nginx && make push
|
||||
- gcloud auth configure-docker && cd images/nginx && make push
|
||||
|
|
|
@ -14,7 +14,4 @@ steps:
|
|||
- HOME=/root
|
||||
args:
|
||||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& cd images/opentelemetry && make NGINX_VERSION=1.25.3 push \
|
||||
&& make NGINX_VERSION=1.21.6 push
|
||||
- gcloud auth configure-docker && cd images/opentelemetry && make NGINX_VERSION=1.21.6 push && make NGINX_VERSION=1.25.3 push
|
||||
|
|
|
@ -12,6 +12,4 @@ steps:
|
|||
- HOME=/root
|
||||
args:
|
||||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& cd images/test-runner && make push
|
||||
- gcloud auth configure-docker && cd images/test-runner && make push
|
||||
|
|
Loading…
Reference in a new issue