Cloud Build: Align indentation.

This commit is contained in:
Marco Ebert 2024-07-17 22:01:15 +02:00 committed by k8s-infra-cherrypick-robot
parent 2dac71999a
commit 5263945e05
12 changed files with 49 additions and 49 deletions

View file

@ -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"

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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