Skip to content

Commit

Permalink
Update linux images
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanche committed Dec 24, 2024
1 parent 0122528 commit 7e3ecbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v3

- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@master
uses: elgohr/Publish-Docker-Github-Action@v4
with:
name: ${{ github.repository }}/${{ matrix.arch }}:${{ github.ref_name }}
username: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion manylinux_x86_64.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/pypa/manylinux_2_34
FROM quay.io/pypa/manylinux_2_34_x86_64
WORKDIR /home/root
COPY setup* .
COPY build_linux.sh .
Expand Down
2 changes: 1 addition & 1 deletion musllinux_x86_64.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/pypa/musllinux_1_2
FROM quay.io/pypa/musllinux_1_2_x86_64
WORKDIR /home/root
COPY setup* .
COPY build_linux.sh .
Expand Down

0 comments on commit 7e3ecbf

Please sign in to comment.