optivem/Should Run Acceptance Stage

Determines if acceptance stage should run based on Docker image creation timestamp or force run flag. Accepts Docker inspect JSON data to compare image creation time with last successful workflow run.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
latest-image-timestampTimestamp of the latest Docker image creation (ISO 8601 format)yes
acceptance-stage-repo-ownerRepository owner (organization or username)no${{ github.repository_owner }}
acceptance-stage-repo-nameRepository nameno${{ github.event.repository.name }}
acceptance-stage-workflow-nameName of the acceptance stage workflownoacceptance-stage
force-runForce run even if no new images (bypasses image detection)nofalse
namedescription
should-runWhether the acceptance stage should run (true/false)