fix: change all cloudbuild jobs configuration (#8870)

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
This commit is contained in:
Jintao Zhang 2022-07-27 05:43:11 +08:00 committed by GitHub
parent 91e6174556
commit f0490cbfbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 10 additions and 10 deletions

View file

@ -16,7 +16,7 @@ steps:
- -c
- |
gcloud auth configure-docker \
&& make push
&& cd images/cfssl && make push
substitutions:
_GIT_TAG: "12345"
_PULL_BASE_REF: "master"

View file

@ -16,7 +16,7 @@ steps:
- -c
- |
gcloud auth configure-docker \
&& make push
&& cd images/custom-error-pages && make push
substitutions:
_GIT_TAG: "12345"
_PULL_BASE_REF: "master"

View file

@ -16,7 +16,7 @@ steps:
- -c
- |
gcloud auth configure-docker \
&& make push
&& cd images/echo && make push
substitutions:
_GIT_TAG: "12345"
_PULL_BASE_REF: "master"

View file

@ -18,7 +18,7 @@ steps:
- -c
- |
gcloud auth configure-docker \
&& make push
&& cd images/ext-auth-example-authsvc && make push
substitutions:
_GIT_TAG: "12345"
_PULL_BASE_REF: "master"

View file

@ -16,7 +16,7 @@ steps:
- -c
- |
gcloud auth configure-docker \
&& make push
&& cd images/fastcgi-helloserver && make push
substitutions:
_GIT_TAG: "12345"
_PULL_BASE_REF: "master"

View file

@ -18,7 +18,7 @@ steps:
- -c
- |
gcloud auth configure-docker \
&& make push
&& cd images/go-grpc-greeter-server && make push
substitutions:
_GIT_TAG: "12345"
_PULL_BASE_REF: "master"

View file

@ -18,7 +18,7 @@ steps:
- -c
- |
gcloud auth configure-docker \
&& make push
&& cd images/httpbin && make push
substitutions:
_GIT_TAG: "12345"
_PULL_BASE_REF: "master"

View file

@ -31,7 +31,7 @@ steps:
- -c
- |
gcloud auth configure-docker \
&& make push
&& cd images/kube-webhook-certgen && make push
substitutions:
_GIT_TAG: "12345"
_PULL_BASE_REF: "main"

View file

@ -16,7 +16,7 @@ steps:
- -c
- |
gcloud auth configure-docker \
&& make push
&& cd images/nginx && make push
substitutions:
_GIT_TAG: "12345"
_PULL_BASE_REF: "master"

View file

@ -18,7 +18,7 @@ steps:
- -c
- |
gcloud auth configure-docker \
&& make push
&& cd images/opentelemetry && make push
substitutions:
_GIT_TAG: "12345"
_PULL_BASE_REF: "main"