GitHub/Gitlab container registries? #793
Answered
by
morgoth
hrstoyanov
asked this question in
Q&A
-
The documentation describes how to use Docker, AWS, Google container image registries, but what about GitHub/Gitlab - they also provide such services? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
morgoth
May 8, 2024
Replies: 1 comment
-
It's possible. registry:
server: ghcr.io
username:
- KAMAL_REGISTRY_USERNAME
password:
- KAMAL_REGISTRY_TOKEN Where KAMAL_REGISTRY_USERNAME is your GH username and KAMAL_REGISTRY_TOKEN is your personal access token. Probably similar config is needed for Gitlab, but I never used it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hrstoyanov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's possible.
For GH it looks like this:
Where KAMAL_REGISTRY_USERNAME is your GH username and KAMAL_REGISTRY_TOKEN is your personal access token.
Probably similar config is needed for Gitlab, but I never used it.