0

For whatever reason when I try to run the command act I get the following error:

←[33m[GitHub Actions Demo/Explore-GitHub-Actions] ←[0m Start image=catthehacker/ubuntu:act-latest ←[33m[GitHub Actions Demo/Explore-GitHub-Actions] ←[0m docker pull image=catthehacker/ubuntu:act-latest platform= username= forcePull=true Error: Error response from daemon: Head "https://registry-1.docker.io/v2/catthehacker/ubuntu/manifests/act-latest": unauthorized: incorrect username or password

I am new to act and trying to get accustomed to it, but can't figure out this error. I am on windows 11 and running the act command in powershell as an admin. Here is the very basic repo that I'm testing act with: https://github.com/rsg71/test-github-actions

How can I run the act command successfully so that it succeeds?

Robert
  • 176
  • 1
  • 12
  • I was having a similar problem in a Debian WSL2 image. I was able to get past this error with these steps: 1. `docker logout` 2. `docker login` Then I ran `act` and it worked. – Tom Willis May 17 '23 at 01:44

0 Answers0