mirror of
https://gitea.com/docker/metadata-action.git
synced 2024-11-22 03:59:33 +01:00
Missing input in action.yml
This commit is contained in:
parent
9fad2f37d6
commit
1c9398a965
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ inputs:
|
|||
tag-edge-branch:
|
||||
description: 'Branch that will be tagged as edge (default repo.default_branch)'
|
||||
required: false
|
||||
tag-semver:
|
||||
description: 'Handle Git tag as semver template if possible'
|
||||
required: false
|
||||
tag-match:
|
||||
description: 'RegExp to match against a Git tag and use match group as Docker tag'
|
||||
required: false
|
||||
|
|
Loading…
Reference in a new issue