diff --git a/src/main.ts b/src/main.ts index 48aa7c9..530bc11 100644 --- a/src/main.ts +++ b/src/main.ts @@ -75,6 +75,11 @@ actionsToolkit.run( await toolkit.buildx.printVersion(); }); + await core.group(`Builder info`, async () => { + const builder = await toolkit.builder.inspect(inputs.builder); + core.info(JSON.stringify(builder, null, 2)); + }); + let definition: BakeDefinition | undefined; await core.group(`Parsing raw definition`, async () => { definition = await toolkit.buildxBake.getDefinition(