Releases: docker/metadata-action
Releases · docker/metadata-action
v2.3.0
v2.2.1
- Skip and display warning if tag does not match (#59)
v2.2.0
v2.1.1
v2.1.0
v2.0.0
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 newtags
input - Input
label-custom
renamedlabels
- Add
flavor
input to handle a global prefix, suffix and latest tag behavior (#13 #15 #41) - Input
tag-latest
removed (useflavor
input instead) - Manage tag sorting through
priority
attribute intags
input (#27) - Explicit control over the conditions of each tag through
enable
attribute intags
input (#30) - Allow
semver
andmatch
parsing for custom values (#25 #30) - Display warning message if not tag generated
v1.12.0
v1.11.0
- Inject
DOCKER_META_IMAGES
andDOCKER_META_VERSION
args in bake definition (#37)
v1.10.1
- Missing entry in
action.yml