mthalman/Docker Bump
Trigger a GitHub workflow whenever a target image is out-of-date with its dependent base image
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| target-image-name | Name of the image to check | yes | — |
| base-image-name | Name of the base image the target image is based on | — | "" |
| dockerfile | Path to the Dockerfile used to build the target image | — | "" |
| base-stage-name | Name of the stage in the Dockerfile associated with the base image | — | "" |
| arch | Default architecture of the image | — | amd64 |
| repository | Name of GitHub repository containing the workflow to trigger | — | ${{ github.repository }} |
| event-type | Name of the event that will be sent for the repository dispatch | — | base-image-update |
| token | GITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT) used to send the repository dispatch | — | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| dispatch-sent | A value indicating whether a repository dispatch was sent |
| dispatch-payload | The payload data that was sent with the dispatch |