mirror of
https://github.com/docker/metadata-action.git
synced 2026-01-21 13:48:57 +08:00
Coerces Git tag to semver
This commit is contained in:
parent
8ec02f11ef
commit
25a761ee4a
12 changed files with 760 additions and 441 deletions
|
|
@ -21,6 +21,9 @@ inputs:
|
|||
tag-edge-branch:
|
||||
description: 'Branch that will be tagged as edge (default repo.default_branch)'
|
||||
required: false
|
||||
tag-coerce-tag:
|
||||
description: 'Coerces Git tag to semver if possible using Handlebars template'
|
||||
required: false
|
||||
tag-schedule:
|
||||
description: 'Handlebars template to apply to schedule tag'
|
||||
default: 'nightly'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue