Add workflow to build and push Docker images to ghcr#99
Add workflow to build and push Docker images to ghcr#99Flouse wants to merge 3 commits intolightningdevkit:mainfrom
Conversation
This workflow builds and pushes Docker images to the GitHub Container Registry (ghcr.io).
TheBlueMatt
left a comment
There was a problem hiding this comment.
What exactly is GHCR? Is it an alternative to the docker.org registry? Is it heavily used?
| toolchain: | ||
| - stable | ||
| - 1.63.0 | ||
| - 1.70.0 |
There was a problem hiding this comment.
Why do you want to bump the MSRV?
There was a problem hiding this comment.
updated the PR description as well.
GitHub Container Registry (GHCR) is an alternative to Docker Hub, hosted by GitHub. The repo admin can control who can read, write, or administer GHCR packages. examples |
This workflow builds and pushes Docker images to the GitHub Container Registry (ghcr.io).
I bumped the Minimum Supported Rust Version (MSRV) because the build CI workflow threw errors:
lock_api v0.4.13cannot be built because it requires rustc 1.64.0 or newerparking_lot v0.12.4cannot be built because it requires rustc 1.64 or newertokio-macros v2.5.0cannot be built because it requires rustc 1.70 or newer