Allow to add custom tags (#24)

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2020-12-04 18:12:39 +01:00
committed by GitHub
parent 9de4428611
commit 585ab8356c
6 changed files with 231 additions and 3 deletions

View File

@ -44,6 +44,12 @@ inputs:
description: 'Template to apply to schedule tag'
default: 'nightly'
required: false
tag-custom:
description: 'List of custom tags'
required: false
tag-custom-only:
description: 'Only use tag-custom as Docker tags'
required: false
sep-tags:
description: 'Separator to use for tags output (default \n)'
required: false