mirror of
https://github.com/docker/setup-docker-action.git
synced 2025-06-19 01:37:11 +02:00
channel support
This commit is contained in:
@ -17,7 +17,8 @@ actionsToolkit.run(
|
||||
|
||||
const install = new Install({
|
||||
runDir: runDir,
|
||||
version: input.version
|
||||
version: input.version,
|
||||
channel: input.channel
|
||||
});
|
||||
let toolDir;
|
||||
if (!(await Docker.isAvailable()) || input.version) {
|
||||
|
Reference in New Issue
Block a user