Skip to content

Commit

Permalink
Give PLAT to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
PucklaJ committed Feb 16, 2024
1 parent 1065f7b commit 65b7a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: addnab/docker-run-action@v3
with:
image: quay.io/pypa/${{ env.PLAT }}:${{ env.TAG }}
options: -v artifacts:/artifacts -v ${{ github.workspace }}:/work -e DRO_PIP=${{ env.DRO_PIP }} -e DRO_SINGLE=1
options: -v artifacts:/artifacts -v ${{ github.workspace }}:/work -e DRO_PIP=${{ env.DRO_PIP }} -e DRO_SINGLE=1 -e PLAT=${{ env.PLAT }}
run: /work/build-manylinux.sh
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 65b7a87

Please sign in to comment.