Allow to add custom tags

This commit is contained in:
CrazyMax 2020-12-01 07:24:19 +01:00
parent 9de4428611
commit 135cce82ec
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
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