From 47ef176056108bba8fb553f0d7b53d11e139bfbc Mon Sep 17 00:00:00 2001 From: Stephen Haberman Date: Tue, 2 May 2023 09:36:46 -0500 Subject: [PATCH] fix: Try fixing the Buf publish step. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 34fc5587f..a52b51049 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -90,8 +90,8 @@ jobs: - name: Build Plugin image run: docker build --file ts-proto.Dockerfile - --tag plugins.buf.build/${{ secrets.BUF_USERNAME }}/ts-proto:v${{ needs.release.outputs.release_version }}-0 + --tag plugins.buf.build/community/stephenh-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:v${{ needs.release.outputs.release_version }}-0 + run: docker push plugins.buf.build/community/stephenh-ts-proto:v${{ needs.release.outputs.release_version }}-0