Skip to content

Commit fb23aa0

Browse files
committed
set allow opt when parsing raw definition
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent 4434628 commit fb23aa0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ actionsToolkit.run(
9595
await core.group(`Parsing raw definition`, async () => {
9696
definition = await toolkit.buildxBake.getDefinition(
9797
{
98+
allow: inputs.allow,
9899
files: inputs.files,
99100
load: inputs.load,
100101
noCache: inputs['no-cache'],

0 commit comments

Comments
 (0)