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/echo && make push
substitutions:
_GIT_TAG: "12345"
_PULL_BASE_REF: "master"