greboid/Semver docker tags
Generates a list of docker tags for a given refspec
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Github authentication token, used to list tags on the repository | yes | — |
| registries | list of registries to push to, comma separated | no | "" |
| repository | name of the repository to push to, if different to the git repository name | no | "" |
| separator | Separator to use between tags | no | , |
| fullname | Should we include registry/image in tags, or just versions | no | true |
Outputs
| name | description |
|---|---|
| tags | All tags that should be set on a Docker image |
| version | The semver parsed version of the image, or the SHA if this is not tag |