GHCR
Configure GitHub Container Registry to store your images and artifacts.
To configure a GitHub Container Registry, you need to fill the form with the following details:
- Insert the Registry Name eg.
My Registry
. - Insert the Username eg.
github_username
. - Insert the Password, you can use your own github password or generate a token here
https://github.com/settings/tokens
- Click on Generate Token (Classic).
- Insert the Note Description eg.
github_token
. - In permissions make sure to select
write:packages
. - Click on
Create
. - Copy the
access token
and paste it in Dokploy Modal as a Password field. - (Optional) If you pretend to use Cluster Feature, make sure to set a
Image Prefix
. - Registry URL: set
https://ghcr.io
- Click on
Test
to make sure everything is working. - Click on
Create
to save the registry.