question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unauthenticated error when trying to pull image locally or during GitHub Action.

See original GitHub issue

I’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:closed
  • Created a year ago
  • Reactions:29
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
EnricoMicommented, Jun 22, 2022

Another incident with GitHub Packages, resolved three minutes ago: https://www.githubstatus.com/incidents/10vm6ctn52gx

3reactions
dbramwellcommented, Jun 22, 2022

pinning to @1.37 doesn’t seem to fix it

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found