actionstools/Docker Image Update Monitor
Monitor docker images update on image dockerhub using GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| image | Name of docker image | yes | — |
| tag | The specific tag that wants to monitor, default to latest | no | latest |
| username | The username of the dockerhub | yes | — |
| password | The password of the dockerhub | yes | — |
Outputs
| name | description |
|---|---|
| has_update | The image has update or not |
| update_time | The time when the update release |