GitHub container registry
Error pulling image/chart from ghcr.io
When attempting to install package, or download image from Ghcr.io it can throw following error on Mac. Standard GH login, and docker login also can return same error. This is due to docker trying to store credential in keychain.
error getting credentials - err: exec: "docker-credential-osxkeychain": executable file not found in $PATH, out:
Solution
Install docker-credential-osxkeychain
and log on to docker