diff --git a/src/context.ts b/src/context.ts index a0d2b22..6261d69 100644 --- a/src/context.ts +++ b/src/context.ts @@ -52,7 +52,7 @@ export async function getInputs(): Promise { cgroupParent: core.getInput('cgroup-parent'), context: core.getInput('context') || Context.gitContext(), file: core.getInput('file'), - labels: Util.getInputList('labels', {ignoreComma: true}), + labels: Util.getInputList('labels'), load: core.getBooleanInput('load'), network: core.getInput('network'), noCache: core.getBooleanInput('no-cache'),