Unauthenticated error when trying to pull image locally or during GitHub Action.
See original GitHub issueI’m having the following error from Docker while trying to pull the action image into our GitHub Action, but also on my local machine:
❯ docker pull ghcr.io/enricomi/publish-unit-test-result-action:v1.38
v1.38: Pulling from enricomi/publish-unit-test-result-action
2408cc74d12b: Pulling fs layer
2f22aa6a21a6: Pulling fs layer
b7017d904e36: Pulling fs layer
0b104bf00a69: Waiting
00abd2ad2194: Waiting
eb7149e59b10: Waiting
3899c6e458cc: Waiting
c708ef03a3db: Waiting
b58c806264a5: Waiting
9c3f1c2099b9: Waiting
error pulling image configuration: unauthorized: unauthenticated: User cannot be authenticated with the token provided.
Issue Analytics
- State:
- Created a year ago
- Reactions:29
- Comments:7 (1 by maintainers)
Top Results From Across the Web
docker unauthorized: authentication required - upon pulling a ...
I have made it public. But sometimes, While pulling the docker image, I am getting the below error. unauthorized: authentication required.
Read more >image pull fails because unauthorized · Issue #148 - GitHub
Hi guys, I'm trying to pull podtato-head container images but I keep receiving this error: Error response from daemon: Head ...
Read more >Image pull fail unauthorized 401 with working credentials. #4862
Containerd is failing to pull k8s control plane images from a private repo even though crictl is working fine.
Read more >Problems pulling Public images · Discussion #26289 - GitHub
when I try to pull a public image (from local or an action) it request ... download failed after attempts=1: unauthorized: unauthenticated: ...
Read more >Error response from daemon: unauthorized: authentication ...
Problem description Upon pulling an image from Docker Hub which exists an error as the following is reported: [stderr]docker: Error response ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Another incident with GitHub Packages, resolved three minutes ago: https://www.githubstatus.com/incidents/10vm6ctn52gx
pinning to @1.37 doesn’t seem to fix it