littlehorse-enterprises/Build and publish docker images

Builds and publish docker images to github registry

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 2, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: littlehorse-enterprises/publish-image@58001e80cd643c701c3be881bfc6d7c30b08cdef # v1.4.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
image-nameImage name for example lh-serveryes
contextDocker build context path.
dockerfileRelative route of Dockerfileyes
registryContainer registry github, ecr or quay, it now accepts comma separated values to support multiple registries, for example "github,ecr"github
github-tokenGithub secret secrets.GITHUB_TOKEN required only if registry is github""
platformsArchitecture platformslinux/amd64,linux/arm64
prefixprefix to be appended to image tag ex brach-""
tagstags strategy configuration. For more information see: https://github.com/docker/metadata-action?tab=readme-ov-file#tags-input""
build-argsList of build-time variablesno
quay-usernameQuay usernamelittlehorse+github
quay-tokenQuay token""
ghcr-rootEither if use repo root or image name for images hosted in ghcr.iofalse
pushWhether to push the built image to the registrytrue
namedescription
tagsTags for the built image