Skip to content

Commit

Permalink
fix: Fix version number for Buf plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenh committed May 28, 2022
1 parent 194955f commit dc1fb7e
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 @@ -89,8 +89,8 @@ jobs:
- name: Build Plugin image
run: docker build
--file ts-proto.Dockerfile
--tag plugins.buf.build/${{ secrets.BUF_USERNAME }}/ts-proto:${{ needs.release.outputs.release_version }}-0
--tag plugins.buf.build/${{ secrets.BUF_USERNAME }}/ts-proto:v${{ needs.release.outputs.release_version }}-0
"."

- name: Push to Buf Registry
run: docker push plugins.buf.build/${{ secrets.BUF_USERNAME }}/ts-proto:${{ needs.release.outputs.release_version }}-0
run: docker push plugins.buf.build/${{ secrets.BUF_USERNAME }}/ts-proto:v${{ needs.release.outputs.release_version }}-0

0 comments on commit dc1fb7e

Please sign in to comment.