mirror of
https://github.com/docker/bake-action.git
synced 2025-12-06 07:48:26 +08:00
set allow opt when parsing raw definition
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -95,6 +95,7 @@ actionsToolkit.run(
|
||||
await core.group(`Parsing raw definition`, async () => {
|
||||
definition = await toolkit.buildxBake.getDefinition(
|
||||
{
|
||||
allow: inputs.allow,
|
||||
files: inputs.files,
|
||||
load: inputs.load,
|
||||
noCache: inputs['no-cache'],
|
||||
|
||||
Reference in New Issue
Block a user