diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a52b51049..bbbb50d73 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,29 +69,3 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} outputs: release_version: ${{ steps.release.outputs.release_version }} - - push_to_buf_registry: - if: ${{ needs.release.outputs.release_version != '' }} - name: Push Docker image to Buf Registry - runs-on: ubuntu-latest - environment: npm - needs: [release] - steps: - - name: Check out the repo - uses: actions/checkout@v3 - - - name: Log in to Buf Plugin Registry - uses: docker/login-action@v2 - with: - registry: plugins.buf.build - username: ${{ secrets.BUF_USERNAME }} - password: ${{ secrets.BUF_PASSWORD }} - - - name: Build Plugin image - run: docker build - --file ts-proto.Dockerfile - --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/community/stephenh-ts-proto:v${{ needs.release.outputs.release_version }}-0 diff --git a/README.markdown b/README.markdown index 3f43bc0a9..4402cd299 100644 --- a/README.markdown +++ b/README.markdown @@ -110,7 +110,7 @@ You can also use the official plugin published to the Buf Registry. ```yaml version: v1 plugins: - - remote: buf.build/stephenh/plugins/ts-proto + - plugin: buf.build/community/stephenh-ts-proto out: ../gen/ts opt: - outputServices=...