mirror of
https://github.com/docker/bake-action.git
synced 2026-06-05 17:48:40 +02:00
Standalone mode
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -47,7 +47,6 @@ export async function getInputs(): Promise<Inputs> {
|
||||
export async function getArgs(inputs: Inputs, buildxVersion: string): Promise<Array<string>> {
|
||||
// prettier-ignore
|
||||
return [
|
||||
'buildx',
|
||||
...await getBakeArgs(inputs, buildxVersion),
|
||||
...await getCommonArgs(inputs),
|
||||
...inputs.targets
|
||||
|
||||
Reference in New Issue
Block a user