fix docker socket
Some checks failed
run tests / run-container (push) Failing after 9s

This commit is contained in:
Ivan Schaller 2023-08-16 11:25:20 +02:00
parent a6e562e983
commit ae53dad24b
Signed by: olofvndrhr
GPG key ID: 2A6BE07D99C8C205

View file

@ -19,6 +19,11 @@ inputs:
description: "Custom docker run options"
required: false
mount_socket:
description: "Mount the docker socket into the container"
required: false
default: "false"
run:
description: "Command(s) to run in the container"
required: false