littlehorse-enterprises/Build and publish docker images
Builds and publish docker images to github registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 2, 2026
- License
- None
Pinned Snippet
uses: littlehorse-enterprises/publish-image@58001e80cd643c701c3be881bfc6d7c30b08cdef # v1.4.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| image-name | Image name for example lh-server | yes | — |
| context | Docker build context path | — | . |
| dockerfile | Relative route of Dockerfile | yes | — |
| registry | Container registry github, ecr or quay, it now accepts comma separated values to support multiple registries, for example "github,ecr" | — | github |
| github-token | Github secret secrets.GITHUB_TOKEN required only if registry is github | — | "" |
| platforms | Architecture platforms | — | linux/amd64,linux/arm64 |
| prefix | prefix to be appended to image tag ex brach- | — | "" |
| tags | tags strategy configuration. For more information see: https://github.com/docker/metadata-action?tab=readme-ov-file#tags-input | — | "" |
| build-args | List of build-time variables | no | — |
| quay-username | Quay username | — | littlehorse+github |
| quay-token | Quay token | — | "" |
| ghcr-root | Either if use repo root or image name for images hosted in ghcr.io | — | false |
| push | Whether to push the built image to the registry | — | true |
Outputs
| name | description |
|---|---|
| tags | Tags for the built image |