step-security/Docker Metadata action

GitHub Action to extract metadata (tags, labels) for Docker

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
contextWhere to get context data. Allowed options are "workflow" (default), "git".yesworkflow
imagesList of Docker images to use as base name for tagsno
tagsList of tags as key-value pair attributesno
flavorFlavors to applyno
labelsList of custom labelsno
annotationsList of custom annotationsno
sep-tagsSeparator to use for tags output (default \n)no
sep-labelsSeparator to use for labels output (default \n)no
sep-annotationsSeparator to use for annotations output (default \n)no
bake-targetBake target name (default docker-metadata-action)no
github-tokenGitHub Token as provided by secretsyes${{ github.token }}
namedescription
versionGenerated Docker image version
tagsGenerated Docker tags
tag-namesGenerated Docker tag names without image base name
labelsGenerated Docker labels
annotationsGenerated annotations
jsonJSON output of tags and labels
bake-file-tagsBake definition file with tags
bake-file-labelsBake definition file with labels
bake-file-annotationsBake definition file with annotations
bake-fileBake definition file with tags and labels