mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-20 02:16:45 +00:00
check BuildKit compatibility before setting default provenance opts
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
0149503e26
commit
74f883a069
4 changed files with 165 additions and 13 deletions
|
@ -41,7 +41,7 @@ async function run(): Promise<void> {
|
|||
});
|
||||
});
|
||||
|
||||
const args: string[] = await context.getArgs(inputs, defContext, buildxVersion);
|
||||
const args: string[] = await context.getArgs(inputs, defContext, buildxVersion, standalone);
|
||||
const buildCmd = buildx.getCommand(args, standalone);
|
||||
await exec
|
||||
.getExecOutput(buildCmd.command, buildCmd.args, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue