catthehacker / docker_images

Docker images
MIT License
213 stars 76 forks source link

Getting "unauthorized: incorrect username or password " I'm not sure what I'm doing wrong. #72

Closed morio closed 1 year ago

morio commented 2 years ago

I'm logged into Docker Desktop with my account and was able to run the Docker Desktop test run. Trying to run fabrication.yml file because I tracking down a bug.

Here is my log:

PS C:\Users\rabbit\Documents\usb2adb> act -l Stage Job ID Job name Workflow name Workflow file Events 0 generate Generate fabrication files Generate fabrication files fabrication.yml workflow_dispatch,push PS C:\Users\rabbit\Documents\usb2adb> act -j generate ←[34m[Generate fabrication files/Generate fabrication files] ←[0mπŸš€ Start image=catthehacker/ubuntu:act-20.04 ←[34m[Generate fabrication files/Generate fabrication files] ←[0m 🐳 docker pull image=catthehacker/ubuntu:act-20.04 platform= username= forcePull=false ←[34m[Generate fabrication files/Generate fabrication files] ←[0m🏁 Job succeeded Error: Error response from daemon: Head "https://registry-1.docker.io/v2/catthehacker/ubuntu/manifests/act-20.04": unauthorized: incorrect username or password PS C:\Users\rabbit\Documents\usb2adb>

morio commented 2 years ago

Here is the verbose version of the logs

PS C:\Users\rabbit\Documents\usb2adb> act -vj generate time="2022-08-29T14:12:38-07:00" level=debug msg="Loading environment from C:\Users\rabbit\Documents\usb2adb\.env" time="2022-08-29T14:12:38-07:00" level=debug msg="Loading secrets from C:\Users\rabbit\Documents\usb2adb\.secrets" time="2022-08-29T14:12:38-07:00" level=debug msg="Loading workflows from 'C:\Users\rabbit\Documents\usb2adb\.github\workflows'" time="2022-08-29T14:12:38-07:00" level=debug msg="Loading workflows recursively" time="2022-08-29T14:12:38-07:00" level=debug msg="Found workflow 'fabrication.yml' in 'C:\Users\rabbit\Documents\usb2adb\.github\workflows\fabrication.yml'" time="2022-08-29T14:12:38-07:00" level=debug msg="Reading workflow 'C:\Users\rabbit\Documents\usb2adb\.github\workflows\fabrication.yml'" time="2022-08-29T14:12:38-07:00" level=debug msg="Planning job: generate" time="2022-08-29T14:12:38-07:00" level=debug msg="Loading slug from git directory 'C:\Users\rabbit\Documents\usb2adb\.git'" time="2022-08-29T14:12:38-07:00" level=debug msg="Loading revision from git directory 'C:\Users\rabbit\Documents\usb2adb\.git'" time="2022-08-29T14:12:38-07:00" level=debug msg="Found revision: 3feefe32ac9dc7f2e38aedffe6812937c73472ff\n" time="2022-08-29T14:12:38-07:00" level=debug msg="HEAD points to '3feefe32ac9dc7f2e38aedffe6812937c73472ff'" time="2022-08-29T14:12:38-07:00" level=debug msg="using github ref: refs/heads/main" time="2022-08-29T14:12:38-07:00" level=debug msg="Found revision: 3feefe32ac9dc7f2e38aedffe6812937c73472ff\n" [Generate fabrication files/Generate fabrication files] [DEBUG] evaluating expression 'success()' [Generate fabrication files/Generate fabrication files] [DEBUG] expression 'success()' evaluated to 'true' [Generate fabrication files/Generate fabrication files] πŸš€ Start image=catthehacker/ubuntu:act-20.04 [Generate fabrication files/Generate fabrication files] 🐳 docker pull image=catthehacker/ubuntu:act-20.04 platform= username= forcePull=false [Generate fabrication files/Generate fabrication files] [DEBUG] 🐳 docker pull catthehacker/ubuntu:act-20.04 [Generate fabrication files/Generate fabrication files] [DEBUG] Image exists? false [Generate fabrication files/Generate fabrication files] [DEBUG] pulling image 'docker.io/catthehacker/ubuntu:act-20.04' () [Generate fabrication files/Generate fabrication files] [DEBUG] skipping post step for 'Upload images'; step was not executed [Generate fabrication files/Generate fabrication files] [DEBUG] skipping post step for 'Upload PCBWAY gerbers'; step was not executed [Generate fabrication files/Generate fabrication files] [DEBUG] skipping post step for 'Upload OSHPARK gerbers'; step was not executed [Generate fabrication files/Generate fabrication files] [DEBUG] skipping post step for 'Upload JLCPCB gerbers'; step was not executed [Generate fabrication files/Generate fabrication files] [DEBUG] skipping post step for 'Check out code from GitHub'; step was not executed [Generate fabrication files/Generate fabrication files] 🏁 Job succeeded [Generate fabrication files/Generate fabrication files] [DEBUG] Loading slug from git directory 'C:\Users\rabbit\Documents\usb2adb.git' [Generate fabrication files/Generate fabrication files] [DEBUG] Loading revision from git directory 'C:\Users\rabbit\Documents\usb2adb.git' [Generate fabrication files/Generate fabrication files] [DEBUG] Found revision: 3feefe32ac9dc7f2e38aedffe6812937c73472ff [Generate fabrication files/Generate fabrication files] [DEBUG] HEAD points to '3feefe32ac9dc7f2e38aedffe6812937c73472ff' [Generate fabrication files/Generate fabrication files] [DEBUG] using github ref: refs/heads/main [Generate fabrication files/Generate fabrication files] [DEBUG] Found revision: 3feefe32ac9dc7f2e38aedffe6812937c73472ff Error: Error response from daemon: Head "https://registry-1.docker.io/v2/catthehacker/ubuntu/manifests/act-20.04": unauthorized: incorrect username or password PS C:\Users\rabbit\Documents\usb2adb>

catthehacker commented 2 years ago

It's public so there's something wrong with DockerHub probably

catthehacker commented 1 year ago

Not an issue I can deal with