mirror of
https://github.com/docker/metadata-action.git
synced 2026-01-21 05:38:56 +08:00
Allow to add custom tags
This commit is contained in:
parent
9de4428611
commit
135cce82ec
6 changed files with 231 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue