Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Commit

Permalink
fix: install protoc for docker build (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Basty authored Mar 29, 2023
1 parent 683d7a3 commit 0f4fef4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Install Protoc
uses: arduino/setup-protoc@v1

- name: Build, tag, and push image
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit 0f4fef4

Please sign in to comment.