Tweak to action.yaml for Gitea compatibility (see https://github.com/frenck/action-home-assistant/issues/101).
This commit is contained in:
+1
-1
@@ -111,7 +111,7 @@ runs:
|
|||||||
fi
|
fi
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
--entrypoint "" \
|
--entrypoint "" \
|
||||||
-v $(pwd):/github/workspace \
|
--volumes-from ${{ env.JOB_CONTAINER_NAME }} \
|
||||||
$env_file_arg \
|
$env_file_arg \
|
||||||
--workdir /github/workspace \
|
--workdir /github/workspace \
|
||||||
"ghcr.io/home-assistant/home-assistant:${{ steps.version.outputs.version }}" \
|
"ghcr.io/home-assistant/home-assistant:${{ steps.version.outputs.version }}" \
|
||||||
|
|||||||
Reference in New Issue
Block a user