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?