diff --git a/src/context.ts b/src/context.ts index e116941..dc63c3d 100644 --- a/src/context.ts +++ b/src/context.ts @@ -8,7 +8,7 @@ export interface Inputs { export function getInputs(): Inputs { return { - image: core.getInput('image') || 'tonistiigi/binfmt:latest', + image: core.getInput('image') || 'docker.io/tonistiigi/binfmt:latest', platforms: Util.getInputList('platforms').join(',') || 'all' }; }