Skip to content

Commit

Permalink
Add platform to the the image name.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgautier committed Dec 29, 2023
1 parent 5cfe6d3 commit 0b9876d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image_cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
context: "cibuildwheel"
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ env.REGISTRY }}/${{ github.repository }}/${{ matrix.base_image }}:r${{ matrix.r-version }}
tags: ${{ env.REGISTRY }}/${{ github.repository }}/${{ matrix.base_image }}_${{ matrix.platform }}:r${{ matrix.r-version }}
file: "cibuildwheel/manylinux2014_Dockerfile"
build-args: |
PLATFORM=${{ matrix.platform }}
Expand Down

0 comments on commit 0b9876d

Please sign in to comment.