nickkostov/Get Latest GHCR Tag
Fetches the latest GHCR tag matching a provided identifier using gh CLI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jun 6, 2025
- License
- MIT
Pinned Snippet
uses: nickkostov/docker-label-grepper@584497ae35bae4f7885e8e3dc5f06b06ba906bd6 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| org | GitHub organization owning the image (optional) | no | — |
| user | GitHub user owning the image (optional) | no | — |
| image | Image name in GHCR | yes | — |
| image_identifier | Substring to identify your production-grade tags (e.g., 'prod') | yes | — |
| gh_token | GitHub token for authentication | yes | — |
Outputs
| name | description |
|---|---|
| latest_tag | The latest matching tag from GHCR |