mirror of
https://github.com/docker/metadata-action.git
synced 2026-01-20 21:08:56 +08:00
Handle semver tags
This commit is contained in:
parent
009f84cd69
commit
7b84134e96
7 changed files with 2573 additions and 84 deletions
|
|
@ -26,7 +26,8 @@
|
|||
"@actions/core": "^1.2.6",
|
||||
"@actions/github": "^4.0.0",
|
||||
"handlebars": "^4.7.6",
|
||||
"moment": "^2.29.1"
|
||||
"moment": "^2.29.1",
|
||||
"semver": "^7.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^26.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue