-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Error response from daemon: Head "https://registry-1.docker.io/v2/catthehacker/ubuntu/manifests/act-latest": unauthorized: incorrect username or password #1769
Comments
I see Updated verbose response:
|
It seems that this happens since version 0.2.41 (b00babd) where docker forcePull has been set to true. |
Still same issue. |
Sorry that didn't work, maybe you should try to get the docker image via command line first. |
Thanks, that helped. |
I saw this problem has no solution for a long time (see discussion #1165), while I never had problems myself. Can you try this change #1774? It logs now if it uses DockerAuthConfig credentials and if it fails pulling while authenticated it removes the crendentials and tries again. However this still means you should remove stale docker auth data whereever it is located. You shouldn't need to disable pulling images. |
Bug report info
Command used with act
Describe issue
I have installed act long time ago and it worked as expected, but now when I try to execute act I get error:
I tried fixes from #1248
docker login ghcr.io
anddocker logout ghcr.io
But still same issue
Link to GitHub repository
No response
Workflow content
Relevant log output
The text was updated successfully, but these errors were encountered: