Skip to content

Commit

Permalink
ENP-2825: Build protoc image first
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancooper committed Jun 25, 2024
1 parent ed7f7cb commit 4dd029c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-protoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
strategy:
matrix:
image:
- protoc
- protoc-cpp
- protoc-go
- protoc-java
Expand All @@ -40,6 +39,11 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- run: ./publish.sh
env:
RELEASE_TAG: ${{ github.ref_name == github.event.repository.default_branch }}
IMAGE: protoc

- run: ./publish.sh
env:
RELEASE_TAG: ${{ github.ref_name == github.event.repository.default_branch }}
Expand Down

0 comments on commit 4dd029c

Please sign in to comment.