actions-marketplace-validations/Upstream Container Check
Check if the upstream container has changed
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 15, 2022
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/cocallaw_upstream-container@25b73e148374aa5a3ed935d2ef558453b4797b6c # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| docker-username | Docker username | yes | — |
| docker-pat | Docker personal access token | yes | — |
| upstream-image | Upstream image to check | yes | — |
| current-tag | Current tag to check | yes | — |
| tag-regex | Regular expression to filter tags | yes | — |
Outputs
| name | description |
|---|---|
| changed | True or False if the upstream image has changed |
| tag | The most recent tag of the upstream image |