kuhltime/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
- Stale
- License
- None
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