mthalman/Docker Bump

Trigger a GitHub workflow whenever a target image is out-of-date with its dependent base image

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
target-image-nameName of the image to checkyes
base-image-nameName of the base image the target image is based on""
dockerfilePath to the Dockerfile used to build the target image""
base-stage-nameName of the stage in the Dockerfile associated with the base image""
archDefault architecture of the imageamd64
repositoryName of GitHub repository containing the workflow to trigger${{ github.repository }}
event-typeName of the event that will be sent for the repository dispatchbase-image-update
tokenGITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT) used to send the repository dispatch${{ github.token }}
namedescription
dispatch-sentA value indicating whether a repository dispatch was sent
dispatch-payloadThe payload data that was sent with the dispatch