Skip to content

Commit

Permalink
Merge pull request #773 from wzshiming/ci/build
Browse files Browse the repository at this point in the history
Fix build in ci
  • Loading branch information
wzshiming authored Aug 16, 2023
2 parents c30d74d + d76e7b0 commit e8c8a1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ steps:
args:
- -c
- |
gcloud auth configure-docker && \
docker buildx create --name img-builder --use && \
make release
substitutions:
Expand Down

0 comments on commit e8c8a1a

Please sign in to comment.