mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-19 01:46:45 +00:00
Revert build-args newline split
This reverts commit6afac853c9
, reversing changes made to1d910c8aa2
. Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
6afac853c9
commit
9b96801525
4 changed files with 3 additions and 21 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: 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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue