You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a PAT with packages: read scope, I can't pull it from my machine
$ echo "$GHCR_PAT" | docker login ghcr.io --password-stdin --username user
WARNING! Your password will be stored unencrypted in /home/lestephane/snap/docker/1779/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store
Login Succeeded
$ docker pull ghcr.io/ekalinin/awsping:v2.0.1
Error response from daemon: denied
Using a PAT with packages: read scope, I can't pull it from my machine
Unless I can actually pull the image locally, I won't be able to troubleshoot issues I'm having pulling this container from a GitHub workflow. I'm not even sure the image in question is available publicly. The docker pull command is taken directly from the release notes.
The text was updated successfully, but these errors were encountered: