GitHub Container Registry (ghcr.io)
Connect a New Registry
Prerequisites:
- A Personal Access Token (PAT) with
read:packages
scope
To link the registry in Prodvana:
- Go to your organization's integration page (my-demo-organization.runprodvana.com/integrations)
- Click the "Add Registry" button, and select "Other registries" from the dropdown.
In the pop-up form, fill in the values:
Name
: The name Prodvana will use to reference this registryUsername
: The username owning the PATPassword
: The PATDomain
:https://ghcr.io
A Note About Public Repositories
Even if you configured your Docker repository on ghcr to be public, you will still need to add a PAT with read:packages
scope, as ghcr requires authentication to list images.
Updated 10 months ago