Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
miigotu authored Jul 14, 2023
1 parent e7be399 commit 88dcf40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
platforms: ${{ steps.qemu.outputs.platforms }}
platforms: "linux/amd64,linux/arm64,linux/arm/v6"
push: true
tags: |
${{ github.repository }}:latest
Expand All @@ -66,4 +66,4 @@ jobs:
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 88dcf40

Please sign in to comment.