Skip to content

Commit

Permalink
use regular docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Nina Bernick committed Aug 2, 2024
1 parent 825efc7 commit 61ecf7f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,12 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build with Poetry
run: make build-wheel

- name: Build Docker image
run: |
docker buildx build \
docker build \
--platform ${{ matrix.build-platform }} \
--output type=docker \
-t ghcr.io/${{ github.repository }}:${{ needs.get-release-tag.outputs.release_tag }}-${{ matrix.build-platform }} \
Expand Down

0 comments on commit 61ecf7f

Please sign in to comment.