Don't run Docker interactively
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ runs:
|
|||||||
"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 -it \
|
docker run --rm \
|
||||||
--entrypoint /bin/bash \
|
--entrypoint /bin/bash \
|
||||||
-v $(pwd):/github/workspace \
|
-v $(pwd):/github/workspace \
|
||||||
--workdir /github/workspace \
|
--workdir /github/workspace \
|
||||||
|
|||||||
Reference in New Issue
Block a user