sebocode/container-build-and-release-action

Build container if underlying Dockerfile changed.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
dockerfile-locationThe path to the Dockerfile that should be built and released.yes
registryThe registry the image should be published to.yes
artifact-nameThe artifact name of the generated and pushed image.yes
namespaceThe namespace of the generated and published image.no${{ github.repository }}
usernameThe username to log into the container registry.no${{ github.actor }}
passwordThe password to log into the container registry.yes
min-versions-to-keepMinimum amount of built images to keep in the registry. Delete the rest.no-1
create-attestDefine whether the attestation file should be created and pushed or not (ghcr.io does not support attestation files for private repositories).notrue
github-tokenThe GitHub token used to make authenticated API requests.no${{ github.token }}
force-buildIf enabled, a new image is built regardless of whether the corresponding Dockerfile has changed.nofalse

no outputs