Replies: 5 comments 3 replies
-
| Hi there @abatilo and welcome to our community! Thank you for asking a great question 🙂 | 
Beta Was this translation helpful? Give feedback.
-
| I think this is a bit of broken functionality. I've run into this as well. When you make an image in GHCR private or internal, you can set the list of repositories that are allowed access to said image. If you use that image as a job container like: then you don't need to provide credentials to use the image. However, when doing in  Hopefully this "probably a bug" gets fixed at some point (I've contact GH support) and ideally an option like  If/when I hear back something definitive from GH support, I'll update this discussion. | 
Beta Was this translation helpful? Give feedback.
-
| Just faced this issue right now while migrating from Drone to Github Actions. In our case the registry is self hosted. Thanks for sharing the reply you got @SeanTAllen. | 
Beta Was this translation helpful? Give feedback.
-
| Adding a +1 to this, recently came across this today. Pretty disappointing. | 
Beta Was this translation helpful? Give feedback.
-
| This is still an issue?! I'm pretty sure I used a similar feature in gitlab almost a decade ago with AWS ECR... Drop copilot and get this and the fine grained tokens worked out. | 
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an image that's being built and pushed to the GHCR.
I'm trying to use that image, which is itself a GitHub Action using the following syntax that's documented:
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-using-the-github-packages-container-registry
I have the package configured with the settings that allows access by the repository that I'm trying to use. In fact, if I do:
The above will work. However, there's no way for me to do a
docker/login-actionfor the actions that get downloaded when the workflow is being setup.Is there no way to use private/internal GHCR images as a job step?
Beta Was this translation helpful? Give feedback.
All reactions