Skip to content

Commit

Permalink
fix: Use env prefix for Buf plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenh committed May 28, 2022
1 parent 95cc772 commit ea42caa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
- name: Build Plugin image
run: docker build
--file ts-proto.Dockerfile
--tag plugins.buf.build/${{ secrets.BUF_USERNAME }}/ts-proto:${RELEASE_VERSION}-0
--tag plugins.buf.build/${{ secrets.BUF_USERNAME }}/ts-proto:${{ env.RELEASE_VERSION }}-0
"."

- name: Push to Buf Registry
run: docker push plugins.buf.build/${{ secrets.BUF_USERNAME }}/ts-proto:${RELEASE_VERSION}-0
run: docker push plugins.buf.build/${{ secrets.BUF_USERNAME }}/ts-proto:${{ env.RELEASE_VERSION }}-0

0 comments on commit ea42caa

Please sign in to comment.