Remove Docker entrypoint fully
This commit is contained in:
+2
-1
@@ -92,11 +92,12 @@ runs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
|
--entrypoint "" \
|
||||||
"homeassistant/home-assistant:${{ steps.version.outputs.version }}" \
|
"homeassistant/home-assistant:${{ steps.version.outputs.version }}" \
|
||||||
python -m homeassistant --version
|
python -m homeassistant --version
|
||||||
|
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
--entrypoint /bin/bash \
|
--entrypoint "" \
|
||||||
-v $(pwd):/github/workspace \
|
-v $(pwd):/github/workspace \
|
||||||
--workdir /github/workspace \
|
--workdir /github/workspace \
|
||||||
"homeassistant/home-assistant:${{ steps.version.outputs.version }}" \
|
"homeassistant/home-assistant:${{ steps.version.outputs.version }}" \
|
||||||
|
|||||||
Reference in New Issue
Block a user