ucidentity/Check if base image has been updated
GitHub Action to check if the base Docker image has been updated
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base-image | Docker base image, if not specified, action will try and extract it from the Dockerfile. This will currently fail if there are multiple FROM statements | no | — |
| image | Docker image | yes | — |
| gh_token | GITHUB_TOKEN | yes | — |
Outputs
| name | description |
|---|---|
| needs-updating | True or false |