Cloud Build: Align indentation.
This commit is contained in:
parent
b7563154d6
commit
b2d9c84779
12 changed files with 49 additions and 49 deletions
|
@ -13,10 +13,10 @@ steps:
|
|||
- HOME=/root
|
||||
- USER=root
|
||||
args:
|
||||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& make release
|
||||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& make release
|
||||
substitutions:
|
||||
_GIT_TAG: "12345"
|
||||
_PULL_BASE_REF: "main"
|
||||
|
|
|
@ -11,7 +11,7 @@ steps:
|
|||
# set the home to /root explicitly to if using docker buildx
|
||||
- HOME=/root
|
||||
args:
|
||||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& cd images && make NAME=cfssl push
|
||||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& cd images && make NAME=cfssl push
|
||||
|
|
|
@ -11,7 +11,7 @@ steps:
|
|||
# set the home to /root explicitly to if using docker buildx
|
||||
- HOME=/root
|
||||
args:
|
||||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& cd images && make NAME=custom-error-pages push
|
||||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& cd images && make NAME=custom-error-pages push
|
||||
|
|
|
@ -13,7 +13,7 @@ steps:
|
|||
# set the home to /root explicitly to if using docker buildx
|
||||
- HOME=/root
|
||||
args:
|
||||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& cd images && make NAME=ext-auth-example-authsvc push
|
||||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& cd images && make NAME=ext-auth-example-authsvc push
|
||||
|
|
|
@ -11,7 +11,7 @@ steps:
|
|||
# set the home to /root explicitly to if using docker buildx
|
||||
- HOME=/root
|
||||
args:
|
||||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& cd images && make NAME=fastcgi-helloserver push
|
||||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& cd images && make NAME=fastcgi-helloserver push
|
||||
|
|
|
@ -13,7 +13,7 @@ steps:
|
|||
# set the home to /root explicitly to if using docker buildx
|
||||
- HOME=/root
|
||||
args:
|
||||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& cd images && make NAME=go-grpc-greeter-server push
|
||||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& cd images && make NAME=go-grpc-greeter-server push
|
||||
|
|
|
@ -13,7 +13,7 @@ steps:
|
|||
# set the home to /root explicitly to if using docker buildx
|
||||
- HOME=/root
|
||||
args:
|
||||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& cd images && make NAME=httpbun push
|
||||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& cd images && make NAME=httpbun push
|
||||
|
|
|
@ -11,7 +11,7 @@ steps:
|
|||
# set the home to /root explicitly to if using docker buildx
|
||||
- HOME=/root
|
||||
args:
|
||||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& cd images && make NAME=kube-webhook-certgen push
|
||||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& cd images && make NAME=kube-webhook-certgen push
|
||||
|
|
|
@ -11,7 +11,7 @@ steps:
|
|||
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
|
||||
- HOME=/root
|
||||
args:
|
||||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& cd images/nginx-1.25 && make push
|
||||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& cd images/nginx-1.25 && make push
|
||||
|
|
|
@ -11,7 +11,7 @@ steps:
|
|||
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
|
||||
- HOME=/root
|
||||
args:
|
||||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& cd images/nginx && make push
|
||||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& cd images/nginx && make push
|
||||
|
|
|
@ -13,8 +13,8 @@ steps:
|
|||
# set the home to /root explicitly to if using docker buildx
|
||||
- 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
|
||||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& cd images/opentelemetry && make NGINX_VERSION=1.25.3 push \
|
||||
&& make NGINX_VERSION=1.21.6 push
|
||||
|
|
|
@ -11,7 +11,7 @@ steps:
|
|||
# set the home to /root explicitly to if using docker buildx
|
||||
- HOME=/root
|
||||
args:
|
||||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& cd images/test-runner && make push
|
||||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& cd images/test-runner && make push
|
||||
|
|
Loading…
Reference in a new issue