Skip to content

Commit 3127163

Browse files
eshattowE Shattow
authored andcommitted
workflows: publish: specify docker image with github.repository variable
1 parent 75405e2 commit 3127163

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- shell: bash
4040
id: info
4141
run: |
42-
name="ghcr.io/home-assistant/wheels/${{ matrix.arch }}/${{ matrix.tag }}/${{ matrix.abi }}"
42+
name="ghcr.io/${{ github.repository }}/${{ matrix.arch }}/${{ matrix.tag }}/${{ matrix.abi }}"
4343
4444
version=$(echo "${{ github.ref }}" | awk -F"/" '{print $NF}' )
4545
if [ "${version}" = "master" ]; then

0 commit comments

Comments
 (0)