actions-marketplace-validations/Get Container Image Tag
Get the latest tag for a container image
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| img | The container image | yes | — |
Outputs
| name | description |
|---|---|
| latest_tag | The latest tag |
| new_major | Next Major Version |
| new_minor | Next Minor Version |
| new_patch | Next Patch Version |
| new_v_major | Next Major Version (prefixed with v) |
| new_v_minor | Next Minor Version (prefixed with v) |
| new_v_patch | Next Patch Version (prefixed with v) |