mirror of
https://github.com/docker/metadata-action.git
synced 2026-01-21 22:08:58 +08:00
Add tag-match-group input to choose group to get if tag-match matches
Check tag-match is a valid regex
This commit is contained in:
parent
ad83daa929
commit
6fe5b3f6bb
8 changed files with 74 additions and 16 deletions
|
|
@ -1,5 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
## 1.5.0 (2020/10/27)
|
||||
|
||||
* Add `tag-match-group` input to choose group to get if `tag-match` matches
|
||||
* Check `tag-match` is a valid regex
|
||||
|
||||
## 1.4.0 (2020/10/27)
|
||||
|
||||
* Use RegExp to match against a Git tag instead of coerce
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue