Skip to content

Commit

Permalink
Use custom image
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Dec 7, 2024
1 parent ddd066e commit ee3cc5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Docker pull
id: pull
run: |
name="ghcr.io/home-assistant/wheels/${{ matrix.arch }}/musllinux_1_2/${{ matrix.abi }}:2024.11.0"
name="ghcr.io/cdce8p/wheels/${{ matrix.arch }}/musllinux_1_2/${{ matrix.abi }}:dev"
docker pull "$name"
echo "name=$name" >> $GITHUB_OUTPUT
- shell: bash
Expand Down

0 comments on commit ee3cc5f

Please sign in to comment.