diff --git a/src/context.ts b/src/context.ts index 7d69c53..c73cc76 100644 --- a/src/context.ts +++ b/src/context.ts @@ -27,7 +27,7 @@ export function getInputs(): Inputs { return { context: (core.getInput('context') || ContextSource.workflow) as ContextSource, images: Util.getInputList('images', {ignoreComma: true, comment: '#'}), - tags: Util.getInputList('tags', {ignoreComma: true, comment: '#'}), + tags: Util.getInputList('tags', {ignoreComma: true}), flavor: Util.getInputList('flavor', {ignoreComma: true, comment: '#'}), labels: Util.getInputList('labels', {ignoreComma: true, comment: '#'}), annotations: Util.getInputList('annotations', {ignoreComma: true, comment: '#'}),