mirror of
https://github.com/docker/bake-action.git
synced 2025-12-06 15:58:22 +08:00
preserve quotes for set input field
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -32,7 +32,7 @@ export async function getInputs(): Promise<Inputs> {
|
||||
provenance: BuildxInputs.getProvenanceInput('provenance'),
|
||||
push: core.getBooleanInput('push'),
|
||||
sbom: core.getInput('sbom'),
|
||||
set: Util.getInputList('set', {ignoreComma: true}),
|
||||
set: Util.getInputList('set', {ignoreComma: true, quote: false}),
|
||||
source: core.getInput('source')
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user