actions-marketplace-validations/GHCR-Action
This is a opinionated workflow to build and upload your docker image to the GitHub Container Registry.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 22, 2024
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/kuhltime_ghcr-action@1c6d32f50acb9bdacc942f160c01dc5c8b755571 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The GitHub token to interact with the registry. Normally 'secrets.GITHUB_TOKEN' | yes | — |
| build-args | (Optional) List of build-time variables | no | — |
| dockerfile | Path to the Dockerfile (defaults to Dockerfile) | — | Dockerfile |
| image-name-overwrite | (Optional) Name of the image to build | no | — |
| platforms | (Optional) The platforms you want to compile the docker images for. Defaults to linux/amd64 and linux/arm64 | no | — |
Outputs
no outputs