github-container-registry Questions
2
When I try:
docker push ghcr.io/username/imagename:latest
as per GitHub docs, I see
unauthorised: unauthenticated: User cannot be authenticated with the token provided.
How do I push the image t...
Noellanoelle asked 4/4, 2023 at 0:12
2
When trying to add the Github Registry to Synology Docker, I always get a prompt saying "Registry returned bad result".
The URL I try to connect to is: https://ghcr.io
Glynas asked 23/9, 2022 at 9:18
4
I want to know what images are uploaded to a specific owner in GitHub Container Registry. Containers are referred like this: https://ghcr.io/OWNER/<imageName>:<imageTag>
Pooler asked 28/9, 2022 at 10:25
2
Solved
For the past two days, I haven't been able to pull any images from the GitHub Container Registry (GHCR). This issue occurs with both public and private images. I have tried using both CMD and Windo...
Topi asked 2/12, 2022 at 12:57
2
I have pushed an image to Github Container Registry (GHCR) and made it public.
When I try to pull it, I get an error (I've already done docker login).
docker pull ghcr.io/username/reponame:master
E...
Fiesole asked 14/12, 2022 at 9:21
1
I am publishing docker images to GitHub container registry (ghcr.io).
The process of doing that:
Build component.
Build docker image which include component.
Upload docker image to ghcr.io.
Deploy...
Peart asked 13/8, 2021 at 10:45
1
© 2022 - 2024 — McMap. All rights reserved.