Skip to content

Commit

Permalink
chore: change docker repo owner
Browse files Browse the repository at this point in the history
  • Loading branch information
strophy committed Mar 14, 2022
1 parent 46cd321 commit f7e6989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-plugin-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
set: target.platform=linux/arm64
- 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 \
docker cp $(docker create strophy/protoc-plugin):/github/grpc-web/javascript/net/grpc/web/generator/protoc-gen-grpc-web \
./protoc-gen-grpc-web-${{ github.event.inputs.version_number }}-linux-x86_64
- name: gen sha256
run: |
Expand Down

0 comments on commit f7e6989

Please sign in to comment.