You can configure GitHub Container Registry as the repository for storing images built in cloudtype and for use during deployment.


Personal Access Token

Access your GitHub account Settings, then navigate to Developer settings > Personal access tokens (classic) page and click Generate new token > Generate new token(classic) to create a token.

Grant Permissions and Generate

Grant the following permissions and click Generate token:

  • repo
  • write:packages
  • admin:public_key

Once token generation is complete, the token value will be displayed. Note that you can only view the token value once upon creation.

Connect to ale

In the cloudtype operations system, click Connect Container Repository under Cluster > Settings > Container Registry > Read/Write. In the Container Repository Settings window that appears, enter the following values and click Connect to establish the GitHub Container Registry connection:

  • Repository Provider: GitHub Container Registry
  • GitHub ID: Your GitHub ID
  • Personal Access Token(PAT): Personal Access Token generated from GitHub