diff --git a/action.yml b/action.yml index f87eb6fc..ca0d25a7 100644 --- a/action.yml +++ b/action.yml @@ -103,9 +103,11 @@ runs: - shell: bash id: pull run: | - name="ghcr.io/home-assistant/wheels/${{ inputs.arch }}/${{ inputs.tag }}/${{ inputs.abi }}:${{ steps.version.outputs.version }}" + name="ghcr.io/$ACTION_REPOSITORY/${{ inputs.arch }}/${{ inputs.tag }}/${{ inputs.abi }}:${{ steps.version.outputs.version }}" docker pull "$name" echo "name=$name" >> $GITHUB_OUTPUT + env: + ACTION_REPOSITORY: ${{ github.action_repository || github.repository }} - shell: bash id: options