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 visible (Hide)

metadata-action - v5.5.1 Latest Release

Published by crazy-max 9 months ago

Full Changelog: https://github.com/docker/metadata-action/compare/v5.5.0...v5.5.1

metadata-action - v5.5.0

Published by crazy-max 10 months ago

Full Changelog: https://github.com/docker/metadata-action/compare/v5.4.0...v5.5.0

metadata-action - v5.4.0

Published by crazy-max 10 months ago

Full Changelog: https://github.com/docker/metadata-action/compare/v5.3.0...v5.4.0

metadata-action - v5.3.0

Published by crazy-max 11 months ago

Full Changelog: https://github.com/docker/metadata-action/compare/v5.2.0...v5.3.0

metadata-action - v5.2.0

Published by crazy-max 11 months ago

metadata-action - v5.1.0

Published by crazy-max 11 months ago

Full Changelog: https://github.com/docker/metadata-action/compare/v5.0.0...v5.1.0

metadata-action - v5.0.0

Published by crazy-max about 1 year ago

Full Changelog: https://github.com/docker/metadata-action/compare/v4.6.0...v5.0.0

metadata-action - v4.6.0

Published by crazy-max over 1 year ago

Full Changelog: https://github.com/docker/metadata-action/compare/v4.5.0...v4.6.0

metadata-action - v4.5.0

Published by crazy-max over 1 year ago

Full Changelog: https://github.com/docker/metadata-action/compare/v4.4.0...v4.5.0

metadata-action - v4.3.0

Published by crazy-max almost 2 years ago

  • Provide outputs as env vars by @crazy-max (#257)

Full Changelog: https://github.com/docker/metadata-action/compare/v4.2.0...v4.3.0

metadata-action - v4.2.0

Published by crazy-max almost 2 years ago

  • Add tz attribute to handlebar date function by @chroju (#251)
  • Bump minimatch from 3.0.4 to 3.1.2 (#242)
  • Bump csv-parse from 5.3.1 to 5.3.3 (#245)
  • Bump json5 from 2.2.0 to 2.2.3 (#252)

Full Changelog: https://github.com/docker/metadata-action/compare/v4.1.1...v4.2.0

metadata-action - v4.1.1

Published by crazy-max about 2 years ago

  • Revert changes to set associated head sha on pull request event by @crazy-max (#239)
    • User can still set associated head sha on PR by setting the env var DOCKER_METADATA_PR_HEAD_SHA=true
  • Bump csv-parse from 5.3.0 to 5.3.1 (#237)

Full Changelog: https://github.com/docker/metadata-action/compare/v4.1.0...v4.1.1

metadata-action - v4.1.0

Published by crazy-max about 2 years ago

  • Do not trim whitespace for sep-tags and sep-labels inputs by @crazy-max (#233)
  • Set associated head sha on pull request event by @crazy-max (#234)
  • Remove workaround for setOutput by @crazy-max (#236)
  • Bump @actions/github from 5.0.1 to 5.1.1 (#208 #232)
  • Bump @actions/core from 1.6.0 to 1.10.0 (#209 #216 #226 #231)
  • Bump csv-parse from 5.0.4 to 5.3.0 (#210 #221)
  • Bump moment from 2.29.3 to 2.29.4 (#220)

Full Changelog: https://github.com/docker/metadata-action/compare/v4.0.1...v4.1.0

metadata-action - v4.0.1

Published by crazy-max over 2 years ago

  • Sanitize tag earlier by @crazy-max (#203)

Full Changelog: https://github.com/docker/metadata-action/compare/v4.0.0...v4.0.1

metadata-action - v4.0.0

Published by crazy-max over 2 years ago

  • Node 16 as default runtime by @crazy-max (#176)
    • This requires a minimum Actions Runner version of v2.285.0, which is by default available in GHES 3.4 or later.
  • Do not sanitize before pattern matching by @crazy-max (#201)
    • Breaking change with type=match pattern matching

Full Changelog: https://github.com/docker/metadata-action/compare/v3.8.0...v4.0.0

metadata-action - v3.8.0

Published by crazy-max over 2 years ago

  • Add attribute to enable/disable images by @crazy-max (#193)
  • Add is_default_branch global expression by @crazy-max (#192 #197 #198)
  • Update fixtures (dev) by @crazy-max (#190)
  • Bump semver from 7.3.5 to 7.3.7 (#185)
  • Bump moment from 2.29.2 to 2.29.3 (#187)
  • Bump csv-parse from 4.16.3 to 5.0.4 (#195)

Full Changelog: https://github.com/docker/metadata-action/compare/v3.7.0...v3.8.0

metadata-action - v3.7.0

Published by crazy-max over 2 years ago

  • Handle comments for multi-line inputs (#172)
  • Missing json output in action.yml (#167)
  • Update dev dependencies and workflow (#175)
  • Bump minimist from 1.2.5 to 1.2.6 (#182)
  • Bump moment from 2.29.1 to 2.29.2 (#180)
  • Bump @actions/github from 5.0.0 to 5.0.1 (#179)
  • Bump node-fetch from 2.6.1 to 2.6.7 (#173)
metadata-action - v3.6.2

Published by crazy-max almost 3 years ago

  • Handle raw statement for pre-release (#155 #156)
metadata-action - v3.6.1

Published by crazy-max almost 3 years ago

  • Preserve quotes inside unquoted field (#153)