Skip to content

Commit

Permalink
fix: syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
strophy committed Mar 13, 2022
1 parent 03f7631 commit c3d5fcc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/make-plugin-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
install: true
- name: Build plugin docker image
uses: docker/bake-action@master
with:
files: docker-compose.yml
targets: prereqs, protoc-plugin
load: true
with:
files: docker-compose.yml
targets: prereqs, protoc-plugin
load: true
- name: Copy binary from Docker image
run: |
docker cp $(docker create grpcweb/protoc-plugin):/github/grpc-web/javascript/net/grpc/web/generator/protoc-gen-grpc-web \
Expand Down

0 comments on commit c3d5fcc

Please sign in to comment.