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 - v3.6.0

Published by crazy-max almost 3 years ago

  • base_ref global expression (#142)
  • Trim tags and flavor inputs (#143)
  • Bump @actions/core from 1.5.0 to 1.6.0 (#135)
  • Bump ansi-regex from 5.0.0 to 5.0.1 (#134)
  • Bump tmpl from 1.0.4 to 1.0.5 (#132)
  • Bump csv-parse from 4.16.0 to 4.16.3 (#131)
metadata-action - v3.5.0

Published by crazy-max about 3 years ago

  • Add global expression date (#121)
  • Bump @actions/core from 1.4.0 to 1.5.0 (#122)
metadata-action - v3.4.1

Published by crazy-max over 3 years ago

  • Only return edge if branch matches (#115)
metadata-action - v3.4.0

Published by crazy-max over 3 years ago

  • PEP 440 support (#108)
  • Allow global prefix/suffix on latest (#107)
  • Update dev deps (#109)
  • Bump @actions/core from 1.3.0 to 1.4.0 (#100)
  • Bump csv-parse from 4.15.4 to 4.16.0 (#101)
  • Bump ws from 7.3.1 to 7.4.6 (#99)
metadata-action - v3.3.0

Published by crazy-max over 3 years ago

  • Fix pull_request_target event (#97)
  • Bump @actions/core from 1.2.7 to 1.3.0 (#93)
  • Bump @actions/github from 4.0.0 to 5.0.0 (#94)
metadata-action - v3.2.0

Published by crazy-max over 3 years ago

  • Handle pull_request_target event (#91)
  • Add json output (#89)
metadata-action - v3.1.0

Published by crazy-max over 3 years ago

  • Add format attribute for type=sha (#81)
metadata-action - v3.0.0

Published by crazy-max over 3 years ago

  • Rename default bake target ghaction-docker-meta > docker-metadata-action (#77)
  • Repo moved to docker/metadata-action (#75)
metadata-action - v2.5.0

Published by crazy-max over 3 years ago

  • Major version zero doc (#74)
  • Bump hosted-git-info from 2.8.8 to 2.8.9 (#73)
  • Bump lodash from 4.17.20 to 4.17.21 (#72)
  • Handle global expressions (#71)
metadata-action - v2.4.0

Published by crazy-max over 3 years ago

  • Add bake-target input (#69)
  • Fix setOutput (#67)
  • Bump csv-parse from 4.15.3 to 4.15.4 (#65)
  • Bump @actions/core from 1.2.6 to 1.2.7 (#64)
metadata-action - v2.3.0

Published by crazy-max over 3 years ago

  • Allow overriding flavor (#63)
  • Prefix/suffix not taken into account for match, semver and schedule types (#62)
metadata-action - v2.2.1

Published by crazy-max over 3 years ago

  • Skip and display warning if tag does not match (#59)
metadata-action - v2.2.0

Published by crazy-max over 3 years ago

  • Improve logging (#58)
  • Fix README (#56)
metadata-action - v2.1.1

Published by crazy-max over 3 years ago

  • Fix enable tag attribute (#53)
  • Bump y18n from 4.0.0 to 4.0.1 (#54)
metadata-action - v2.1.0

Published by crazy-max over 3 years ago

  • Bump semver from 7.3.4 to 7.3.5 (#49)
  • Enhance workflow (#51)
metadata-action - v2.0.0

Published by crazy-max over 3 years ago

This release includes significant changes (#50). Please read the upgrade notes for a smooth migration.
v1 is still available through releases/v1 branch.

  • Add tags input
  • Inputs tag-sha, tag-edge, tag-edge-branch, tag-semver, tag-match, tag-match-group, tag-schedule, tag-custom, tag-custom-only have been removed and are now handled through the new tags input
  • Input label-custom renamed labels
  • Add flavor input to handle a global prefix, suffix and latest tag behavior (#13 #15 #41)
  • Input tag-latest removed (use flavor input instead)
  • Manage tag sorting through priority attribute in tags input (#27)
  • Explicit control over the conditions of each tag through enable attribute in tags input (#30)
  • Allow semver and match parsing for custom values (#25 #30)
  • Display warning message if not tag generated
metadata-action - v1.12.0

Published by crazy-max over 3 years ago

  • Ignore commas for label-custom input (#48)
  • Bump handlebars from 4.7.6 to 4.7.7 (#44)
  • Bump csv-parse from 4.14.2 to 4.15.3 (#42 #45)
metadata-action - v1.11.0

Published by crazy-max almost 4 years ago

  • Inject DOCKER_META_IMAGES and DOCKER_META_VERSION args in bake definition (#37)
metadata-action - v1.10.1

Published by crazy-max almost 4 years ago

  • Missing entry in action.yml
metadata-action - v1.10.0

Published by crazy-max almost 4 years ago

  • Add bake-file output (#36)
  • Add label-custom input (#35)
  • Bump node-notifier from 8.0.0 to 8.0.1 (#33)
  • Update dev workflow (#32)