Releases: docker/metadata-action
Releases · docker/metadata-action
v1.7.0
- Use
repo.html_url
fororg.opencontainers.image.source
label to be able to display README on GHCR - Handle
tag-match-latest
on Git tag event (#8)
v1.6.0
- Generate latest tag by default on push tag event (#5)
v1.5.0
- Add
tag-match-group
input to choose group to get iftag-match
matches - Check
tag-match
is a valid regex
v1.4.0
- Use RegExp to match against a Git tag instead of coerce
v1.3.0
- Set latest tag only if matches with a pattern
v1.2.0
- Coerces Git tag to semver (#3)
v1.1.0
v1.0.0
- Initial version