binarygale-gha/Docker tag list generator
Generates a list of Docker tags to push
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 23, 2024
- License
- MIT
Pinned Snippet
uses: binarygale-gha/docker-tag-list-gen@2011cb4d6a58abccaa24f3bbebc221865ad46b94 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| roots | A 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 | — |
| tags | A list (strings, seperated by newlines) of static tags you want to push to each registry, for example `static`. | no | — |
| hierarchical_version | A 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 | — |
Outputs
| name | description |
|---|---|
| tags | A comma-seperated list of tags to pass into `docker/build-push-action`. |