metadata-action

GitHub Action to extract metadata (tags, labels) from Git reference and GitHub events for Docker

APACHE-2.0 License

Stars
903
Committers
16

Bot releases are hidden (Show)

metadata-action - v1.9.1

Published by crazy-max almost 4 years ago

  • Replace forbidden chars derived from branch name (#31)
  • Bump semver from 7.3.2 to 7.3.4 (#26)
metadata-action - v1.9.0

Published by crazy-max almost 4 years ago

  • Allow to add custom tags (#24)
  • Allow to disable latest tag (#23)
  • Warn on invalid semver (#22)
  • Avoid unnecessary calls to version (#21)
metadata-action - v1.8.5

Published by crazy-max almost 4 years ago

  • Use sepLabels when joining labels for output (#17)
metadata-action - v1.8.4

Published by crazy-max almost 4 years ago

  • Pre-release (rc, beta, alpha) will only extend {{version}} as tag for tag-semver
metadata-action - v1.8.3

Published by crazy-max almost 4 years ago

  • Lowercase image name (#16)
metadata-action - v1.8.2

Published by crazy-max almost 4 years ago

  • Remove duplicated tags
metadata-action - v1.8.1

Published by crazy-max almost 4 years ago

  • Missing input in action.yml
metadata-action - v1.8.0

Published by crazy-max almost 4 years ago

  • Handle semver tags (#14)
metadata-action - v1.7.0

Published by crazy-max almost 4 years ago

  • 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)
metadata-action - v1.6.0

Published by crazy-max almost 4 years ago

  • Generate latest tag by default on push tag event (#5)
metadata-action - v1.5.0

Published by crazy-max almost 4 years ago

  • Add tag-match-group input to choose group to get if tag-match matches
  • Check tag-match is a valid regex
metadata-action - v1.4.0

Published by crazy-max almost 4 years ago

  • Use RegExp to match against a Git tag instead of coerce
metadata-action - v1.3.0

Published by crazy-max almost 4 years ago

  • Set latest tag only if matches with a pattern
metadata-action - v1.2.0

Published by crazy-max almost 4 years ago

  • Coerces Git tag to semver (#3)
metadata-action - v1.1.0

Published by crazy-max almost 4 years ago

  • Allow to templatize schedule tag (#1)
  • Allow to disable edge branch tagging (#2)
metadata-action - v1.0.0

Published by crazy-max almost 4 years ago

  • Initial version