actions-marketplace-validations/GHCR-Action

This is a opinionated workflow to build and upload your docker image to the GitHub Container Registry.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit May 22, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/kuhltime_ghcr-action@1c6d32f50acb9bdacc942f160c01dc5c8b755571 # no releases — HEAD as of 2026-07-13

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

namedescriptionrequireddefault
tokenThe GitHub token to interact with the registry. Normally 'secrets.GITHUB_TOKEN'yes
build-args(Optional) List of build-time variablesno
dockerfilePath to the Dockerfile (defaults to Dockerfile)Dockerfile
image-name-overwrite(Optional) Name of the image to buildno
platforms(Optional) The platforms you want to compile the docker images for. Defaults to linux/amd64 and linux/arm64no

no outputs