From ae53dad24befd5a90f9d53f8fdb47a5e0edaf9d9 Mon Sep 17 00:00:00 2001 From: Ivan Schaller Date: Wed, 16 Aug 2023 11:25:20 +0200 Subject: [PATCH] fix docker socket --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yml b/action.yml index 3d7d67c..53c7d75 100644 --- a/action.yml +++ b/action.yml @@ -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