We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4434628 commit fb23aa0Copy full SHA for fb23aa0
1 file changed
src/main.ts
@@ -95,6 +95,7 @@ actionsToolkit.run(
95
await core.group(`Parsing raw definition`, async () => {
96
definition = await toolkit.buildxBake.getDefinition(
97
{
98
+ allow: inputs.allow,
99
files: inputs.files,
100
load: inputs.load,
101
noCache: inputs['no-cache'],
0 commit comments