Don't run Docker interactively

This commit is contained in:
Franck Nijhof
2021-01-13 01:44:46 +01:00
parent 12a1abed42
commit 1c1eda7b91
+1 -1
View File
@@ -95,7 +95,7 @@ runs:
"homeassistant/home-assistant:${{ steps.version.outputs.version }}" \
python -m homeassistant --version
docker run --rm -it \
docker run --rm \
--entrypoint /bin/bash \
-v $(pwd):/github/workspace \
--workdir /github/workspace \