We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa64a62 commit 01a13ecCopy full SHA for 01a13ec
.github/workflows/python-dockerimages-cibuildwheel.yml
@@ -45,7 +45,7 @@ jobs:
45
if: matrix.base_image == 'many'
46
- name: Sets env for musllinux
47
run: |
48
- echo "BASE_IMAGE=quay.io/pypa/musllinux_1_1_${{ env.ARCH }}" >> $GITHUB_ENV
+ echo "BASE_IMAGE=quay.io/pypa/musllinux_1_2_${{ env.ARCH }}" >> $GITHUB_ENV
49
if: matrix.base_image == 'musl'
50
- name: Build and push ${{ matrix.base_image }}-${{ env.ARCH }} docker image
51
uses: docker/build-push-action@v6
0 commit comments