Revert build-args newline split

This reverts commit 6afac853c9, reversing
changes made to 1d910c8aa2.

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2023-01-13 11:24:17 +01:00
parent 6afac853c9
commit 9b96801525
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
4 changed files with 3 additions and 21 deletions

View file

@ -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: core.getMultilineInput('build-args'),
buildArgs: await getInputList('build-args', true),
buildContexts: await getInputList('build-contexts', true),
builder: core.getInput('builder'),
cacheFrom: await getInputList('cache-from', true),