mirror of
https://github.com/addnab/docker-run-action.git
synced 2024-12-26 10:41:02 +08:00
Connect container to github job docker network
This commit is contained in:
parent
8bce4aa10a
commit
faad629471
@ -9,4 +9,4 @@ docker network ls
|
||||
|
||||
echo "$INPUT_RUN" | sed -e 's/\\n/;/g' > semicolon_delimited_script
|
||||
|
||||
exec docker run -v "/var/run/docker.sock":"/var/run/docker.sock" $INPUT_OPTIONS --entrypoint=$INPUT_SHELL $INPUT_IMAGE -c "`cat semicolon_delimited_script`"
|
||||
exec docker run -v "/var/run/docker.sock":"/var/run/docker.sock" --network=$INPUT_DOCKER_NETWORK $INPUT_OPTIONS --entrypoint=$INPUT_SHELL $INPUT_IMAGE -c "`cat semicolon_delimited_script`"
|
||||
|
Loading…
x
Reference in New Issue
Block a user