mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-23 03:26:46 +00:00
build-args newline split
Signed-off-by: ruslandoga <67764432+ruslandoga@users.noreply.github.com>
This commit is contained in:
parent
1d910c8aa2
commit
316d5eb8b3
2 changed files with 19 additions and 1 deletions
|
@ -73,7 +73,7 @@ export async function getInputs(defaultContext: string): Promise<Inputs> {
|
|||
addHosts: await getInputList('add-hosts'),
|
||||
allow: await getInputList('allow'),
|
||||
attests: await getInputList('attests', true),
|
||||
buildArgs: await getInputList('build-args', true),
|
||||
buildArgs: core.getMultilineInput('build-args'),
|
||||
buildContexts: await getInputList('build-contexts', true),
|
||||
builder: core.getInput('builder'),
|
||||
cacheFrom: await getInputList('cache-from', true),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue