diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index 606711d..c586700 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -47,14 +47,14 @@ jobs: - name: Build with Poetry run: make build-wheel - - name: Build and push Docker image - uses: docker/build-push-action@v6 - with: - context: . - push: true - tags: | - ghcr.io/${{ github.repository }}:${{ github.event.release.tag_name }} - ghcr.io/${{ github.repository }}:latest + # - name: Build and push Docker image + # uses: docker/build-push-action@v6 + # with: + # context: . + # push: true + # tags: | + # ghcr.io/${{ github.repository }}:${{ github.event.release.tag_name }} + # ghcr.io/${{ github.repository }}:latest - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1