Updated the path
This commit is contained in:
parent
2f566a1e13
commit
45ff40b618
@ -34,4 +34,4 @@ mkdir hello
|
|||||||
|
|
||||||
echo "Hello World" > hello/hello.txt
|
echo "Hello World" > hello/hello.txt
|
||||||
|
|
||||||
exec docker run --workdir /github/workspace/hello -v "$(pwd)/hello":"/github/workspace/hello" -v "/var/run/docker.sock":"/var/run/docker.sock" --entrypoint=sh $INPUT_IMAGE -c "docker version; docker ps; pwd; ls; ls /"
|
docker run --workdir /github/workspace -v "$(pwd)":"/github/workspace" -v "/var/run/docker.sock":"/var/run/docker.sock" --entrypoint=sh $INPUT_IMAGE -c "docker version; docker ps; pwd; ls; ls /"
|
Loading…
Reference in New Issue
Block a user