mirror of
https://git.mirrors.martin98.com/https://github.com/docker/setup-docker-action
synced 2026-04-07 19:03:19 +08:00
fix version to latest
This commit is contained in:
@@ -8,7 +8,7 @@ export interface Inputs {
|
||||
|
||||
export function getInputs(): Inputs {
|
||||
return {
|
||||
version: core.getInput('version'),
|
||||
version: core.getInput('version') || 'latest',
|
||||
channel: core.getInput('channel'),
|
||||
context: core.getInput('context')
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user