Skip to content

Commit c87e33e

Browse files
Add rootless support
Wire up `rootless` config to the new `rootless` Install option. Signed-off-by: Paweł Gronowski <[email protected]>
1 parent 5510519 commit c87e33e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ actionsToolkit.run(
4040
const install = new Install({
4141
runDir: runDir,
4242
source: input.source,
43+
rootless: input.rootless,
4344
contextName: input.context || 'setup-docker-action',
4445
daemonConfig: input.daemonConfig
4546
});

0 commit comments

Comments
 (0)