timberhill/Container image tag
Bump a semantic version tag of a container image in Github CR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image | ghcr.io image path | yes | — |
| minor-pattern | Commit message pattern that indicates a minor version bump | no | #minor |
| major-pattern | Commit message pattern that indicates a major version bump | no | #major |
| include-v | Whether or not to include 'v' prefix in the version | no | false |
| initial-tag | Initial tag to create on first image push or first semver | no | 0.1.0 |
| debug | Enable debug logging | no | false |
Outputs
| name | description |
|---|---|
| image-tag | The new image version |