GitHub Container Registry
Add a GitHub registry integration to Zeet.
A container registry integration can be used to
Store the build output of your GitHub apps
Deploy private container images to your cluster
1. Create GitHub Personal Access Token
2. Connect GitHub Registry with Zeet
Navigate to Zeet settings http://zeet.co/account/container-registries
Name is used to identify the registry
Use
ghcr.io
as the registry url for GitHub RegistryUsername will be the word
USERNAME
Paste the access token from the previous step as the password
3. Use GitHub to store build artifacts
Create a new repository
Attach the container repository to your Zeet cluster
Navigate to http://zeet.co/account/clusters
Put in a repository name e.g. ghcr.io/my-org/my-repo
Now you are ready to build and deploy GitHub apps to your Zeet cluster.
4. Deploy Private Container Images
In your Zeet project settings, select the private registry credentials from the GitHub registry integration