2
0
Fork 0
mirror of https://code.forgejo.org/docker/metadata-action.git synced 2025-09-17 02:06:56 +00:00

backward compatibility with old images format

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2022-04-28 09:08:21 +02:00
parent a5680a6642
commit 2f4dd1462a
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
7 changed files with 80 additions and 27 deletions

View file

@ -27,7 +27,7 @@ export function tmpDir(): string {
export function getInputs(): Inputs {
return {
images: getInputList('images'),
images: getInputList('images', true),
tags: getInputList('tags', true),
flavor: getInputList('flavor', true),
labels: getInputList('labels', true),