actions-marketplace-validations/Container Image Updater
Github action to notify if the container image needs update based on the baseimage change
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base-image | Container Base image | yes | — |
| image | Container image | yes | — |
| base-reg-username | Base Image Container registry username | no | — |
| base-reg-password | Base Image Container registry password | no | — |
| image-reg-username | Container registry username | no | — |
| image-reg-password | Container registry password | no | — |
Outputs
| name | description |
|---|---|
| needs-update | Needs the update or not(true or false) |