Can private images on GHCR be fetched using registry credentials?
I'm trying to create a template using a private package on GHCR, but am not sure if I can use registry credentials to do so. Since GitHub requires using personal access tokens, will I just have to manually pull/deploy in a pod, instead of using a RunPod template?
Solution:Jump to solution
You should be able to create a new registry credential with the following format for github packages
5 Replies
Solution
You should be able to create a new registry credential with the following format for github packages
Yep, thank you for the screenshot
Thank you so much!
Of course, let me know if you need anything else!