binarygale-gha/Docker tag list generator

Generates a list of Docker tags to push

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jun 23, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: binarygale-gha/docker-tag-list-gen@2011cb4d6a58abccaa24f3bbebc221865ad46b94 # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
rootsA list of image roots you want to push to. For example `docker.io/example/example-repo,ghcr.io/example/example-repo`. You can add spaces and newlines if you want.yes
tagsA list (strings, seperated by newlines) of static tags you want to push to each registry, for example `static`.no
hierarchical_versionA dot-seperated version number to generate hierarchical tags for, for example `1.2.0`. For your convience, this will strip a leading `v`. So if you're running this on a tag named `v1.2.0`, you can pass `github.ref_name` directly into this.no
namedescription
tagsA comma-seperated list of tags to pass into `docker/build-push-action`.