optivem/Publish Docker Image

Builds Docker image and pushes to container registry with automatic tagging

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
working-directoryWorking directory where Dockerfile is locatedno.
image-nameName of the Docker image (without registry prefix)yes
registryContainer registry URL (e.g., ghcr.io, docker.io, gcr.io)noghcr.io
registry-usernameUsername for registry authenticationno${{ github.actor }}
image-namespaceNamespace/organization for the image (e.g., github.repository for GHCR)no${{ github.repository }}
commit-shaGit commit SHA for image taggingno${{ github.sha }}
image-latest-tagTag to apply for the latest image (single value, e.g., "latest")nolatest
dockerfilePath to Dockerfile relative to working directorynoDockerfile
namedescription
image-latest-urlFull URL of the pushed Docker image with latest tag
image-digest-urlFull URL with SHA256 digest of the pushed image