changed signature for install method

This commit is contained in:
CrazyMax 2024-10-29 14:45:29 +01:00
parent ff2661333b
commit 8677037d08
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4

View File

@ -21,8 +21,11 @@ actionsToolkit.run(
const install = new Install({
runDir: runDir,
version: input.version,
channel: input.channel || 'stable',
source: {
type: 'archive',
version: input.version,
channel: input.channel || 'stable'
},
contextName: input.context || 'setup-docker-action',
daemonConfig: input.daemonConfig
});