Add action to build and push docker to ghcr.io#348
Add action to build and push docker to ghcr.io#348
Conversation
|
Thanks for the contribution. I am wary of approving because I don't understand the full implications of using: Would you mind linking to documentation about how authentication works on this docker repository? Thanks. |
|
No problem, here are overall docs on Publishing docker images, and here are docs on
|
|
Any movement on this? I had to resort to publishing my own image for this but it would be cool if this could be solved ofically |
This adds a GitHub Action to build and publish to ghcr.io on push so users easily access a pre-built docker image.
It should automatically tag the releases, e.g.
ghcr.io/felt/tippecanoe:latestghcr.io/felt/tippecanoe:2ghcr.io/felt/tippecanoe:pr-348ghcr.io/felt/tippecanoe:branchnameContainers will also show up in the sidebar by releases. You can see what the first build looks like on my fork: https://github.com/bkeepers/tippecanoe/pkgs/container/tippecanoe