Skip to content

Commit

Permalink
comment out build push
Browse files Browse the repository at this point in the history
  • Loading branch information
Nina Bernick committed Aug 23, 2024
1 parent ae44046 commit 204cc4f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 #TODO add back
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 #TODO add back
# 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
Expand Down

0 comments on commit 204cc4f

Please sign in to comment.