Replies: 11 comments 22 replies
-
Can you show your workflow and secrets/env? Lines 657 to 658 in 91fd412 Line 680 in 91fd412 https://github.com/nektos/act/blob/b910a42edfab7a02b08a52ecef203fd419725642/pkg/container/docker_auth.go |
Beta Was this translation helpful? Give feedback.
-
Hmm. At a first glance I don't see why this should fail. It could be that our auth code is a bit too naive: https://github.com/nektos/act/blob/master/pkg/container/docker_auth.go#L29 In the docker CLI there's a comment about legacy hostnames: https://github.com/docker/cli/blob/master/vendor/github.com/docker/docker/registry/config.go#L25-L47 I'd be interested to know what the values of |
Beta Was this translation helpful? Give feedback.
This comment was marked as spam.
This comment was marked as spam.
-
Based on on my recent experience, I would say that GHA has zero support for Second issue is that now I am looking at a static line about pulling and I have no idea if the pull is really happening or not as there is zero feedback on the console. Looking a CPU load does not give me much feedback either. Based on Activity Monitor I do see a little bit of incoming traffic from I guess I will be back with more info. |
Beta Was this translation helpful? Give feedback.
-
i found a work around, run following commands
that worked for me |
Beta Was this translation helpful? Give feedback.
-
I've just installed act 0.2.43 and trying the test run according to the
I'm reading the docs and I can not find any authentication prerequisites for the demo. Is there any secret required? |
Beta Was this translation helpful? Give feedback.
-
Hi, similar issue working with my own workflow, on a Windows 10 machine : [Is Class checkbox checked ?/check-checkbox] [DEBUG] evaluating expression 'success()'
[Is Class checkbox checked ?/check-checkbox] [DEBUG] expression 'success()' evaluated to 'true'
[Is Class checkbox checked ?/check-checkbox] 🚀 Start image=catthehacker/ubuntu:act-latest
[Is Class checkbox checked ?/check-checkbox] 🐳 docker pull image=catthehacker/ubuntu:act-latest platform= username= forcePull=true
[Is Class checkbox checked ?/check-checkbox] [DEBUG] 🐳 docker pull catthehacker/ubuntu:act-latest
[Is Class checkbox checked ?/check-checkbox] [DEBUG] pulling image 'docker.io/catthehacker/ubuntu:act-latest' ()
time="2023-03-16T10:26:25+01:00" level=debug msg="Saving notices etag=612941e9-ab25-4fd7-83eb-1d15267c66b1"
time="2023-03-16T10:26:25+01:00" level=debug msg="No new notices"
Error: Error response from daemon: Head "https://registry-1.docker.io/v2/catthehacker/ubuntu/manifests/act-latest": unauthorized: incorrect username or password I can login with |
Beta Was this translation helpful? Give feedback.
-
I saw this problem has no solution for a long time, 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 credentials and tries again. However this still means you should remove stale docker auth data whereever it is located. |
Beta Was this translation helpful? Give feedback.
-
I'm seeing this as well on a mac (intel). |
Beta Was this translation helpful? Give feedback.
-
removing |
Beta Was this translation helpful? Give feedback.
-
Remove "auths": {
"https://index.docker.io/v1/": {
"auth": ""
}
} The value of |
Beta Was this translation helpful? Give feedback.
-
I am on MacOS M1 and act failed to even pull the container reporting not being able to login to docker registry, but docker works correctly and it is able to pull.
Beta Was this translation helpful? Give feedback.
All reactions