mirror of
https://github.com/docker/setup-docker-action.git
synced 2025-06-19 09:37:12 +02:00
Add rootless support
Wire up `rootless` config to the new `rootless` Install option. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
@ -22,6 +22,7 @@ actionsToolkit.run(
|
||||
const install = new Install({
|
||||
runDir: runDir,
|
||||
source: input.source,
|
||||
rootless: input.rootless,
|
||||
contextName: input.context || 'setup-docker-action',
|
||||
daemonConfig: input.daemonConfig
|
||||
});
|
||||
|
Reference in New Issue
Block a user