actions-marketplace-validations/Suggest Docker Tags
Github Action suggesting convenience Docker Tags based on a given Git Tag
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 22, 2020
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/meedamian_tag-suggestions@2582da77ad99d902b99f53b17ec8f2ff103b17aa # no releases — HEAD as of 2026-07-14tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| tag | The semver 2.0 compatible tag to be added | yes | — |
Outputs
| name | description |
|---|---|
| latest | Set, if creating `:latest` Docker Tag is recommended |
| major | Set, if creating a `:vX`, or `:X` Docker Tag is recommended |
| minor | Set, if creating a `:vX.Y`, or `:X.Y` Docker Tag is recommended |