Skip to content

Add workflow to build and push Docker images to ghcr #99

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Flouse
Copy link

@Flouse Flouse commented Jun 12, 2025

Copy link
Contributor

@TheBlueMatt TheBlueMatt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What exactly is GHCR? Is it an alternative to the docker.org registry? Is it heavily used?

@@ -18,7 +18,7 @@ jobs:
matrix:
toolchain:
- stable
- 1.63.0
- 1.70.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you want to bump the MSRV?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Flouse
Copy link
Author

Flouse commented Jun 13, 2025

What exactly is GHCR? Is it an alternative to the docker.org registry? Is it heavily used?

GitHub Container Registry (GHCR) is an alternative to Docker Hub, hosted by GitHub.
GHCR's access control is based on gitHub repo permissions. I think it's convenient since the maintainers don't have to setup another hub.docker.com account.

The repo admin can control who can read, write, or administer GHCR packages.
See https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry

examples

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants