dysnix/Docker Release Tags action
Generates docker image tags base on the version provided
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| image | Specifies the docker image (incl. registry) | yes | — |
| tags-latest | Specifies whether to create the latest tags (:latest, :flavour) | no | true |
| release-only | Whether to consider the latest version to be in only in GH Releases (excluding tags) | no | true |
| flavour | Specifies the image flavour (ex: onbuild, which is added to the tag) | no | "" |
| updates | Specifies depth of tag creation (minor/major) | no | "" |
| token | Personal access token (auto-populated). It is used only because anonymous requests are rate-limited. It can be overridden to an empty value. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| images | Full image tags to generated for docker build |
| tags | Tags to generated for docker build |
| version | Corresponds to the version of tag without v prefix and the release part |
| runsOnTag | Equals to true when action is run against tagged commit |