Skip to content

Releases: docker/metadata-action

v1.7.0

31 Oct 19:27
dd2e615
Compare
Choose a tag to compare
  • Use repo.html_url for org.opencontainers.image.source label to be able to display README on GHCR
  • Handle tag-match-latest on Git tag event (#8)

v1.6.0

28 Oct 17:28
5c140cf
Compare
Choose a tag to compare
  • Generate latest tag by default on push tag event (#5)

v1.5.0

27 Oct 01:33
6fe5b3f
Compare
Choose a tag to compare
  • Add tag-match-group input to choose group to get if tag-match matches
  • Check tag-match is a valid regex

v1.4.0

27 Oct 00:01
a207508
Compare
Choose a tag to compare
  • Use RegExp to match against a Git tag instead of coerce

v1.3.0

26 Oct 16:58
4a3aaf4
Compare
Choose a tag to compare
  • Set latest tag only if matches with a pattern

v1.2.0

26 Oct 00:48
1c62cba
Compare
Choose a tag to compare
  • Coerces Git tag to semver (#3)

v1.1.0

25 Oct 14:43
8ec02f1
Compare
Choose a tag to compare
  • Allow to templatize schedule tag (#1)
  • Allow to disable edge branch tagging (#2)

v1.0.0

25 Oct 02:27
6f9759d
Compare
Choose a tag to compare
  • Initial version