btcd
btcd copied to clipboard
Github Docker Image non existend
As far as I understand https://github.com/btcsuite/btcd/blob/master/.github/workflows/dimagespub.yml this should automatically build btcd and push it into the github image registry. There is an action log from the last version push but the logs are expired: https://github.com/btcsuite/btcd/actions/runs/3369306552/job/9224795357 so I can't check what might have gone wrong.
In any case I cannot pull Images from the Github Docker Registry:
❯ docker pull ghcr.io/btcsuite/btcd
Using default tag: latest
Error response from daemon: Head "https://ghcr.io/v2/btcsuite/btcd/manifests/latest": unauthorized
❯ docker pull ghcr.io/btcsuite/btcd:v0.23.3
Error response from daemon: Head "https://ghcr.io/v2/btcsuite/btcd/manifests/v0.23.3": unauthorized
anybody has an idea if these images exist and were they are?