mirror of
https://github.com/docker/setup-docker-action.git
synced 2026-03-20 08:39:47 +00:00
fix version to latest
This commit is contained in:
@@ -21,7 +21,7 @@ actionsToolkit.run(
|
||||
|
||||
const install = new Install({
|
||||
runDir: runDir,
|
||||
version: input.version || 'latest',
|
||||
version: input.version,
|
||||
channel: input.channel || 'stable',
|
||||
contextName: input.context || 'setup-docker-action'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user