captn3m0 / forteller-dl

Downloads MP3 files from Foreteller Games, without using the app. You must purchase the media first from https://www.fortellergames.com/.
MIT License
3 stars 3 forks source link

Unable to find image 'ghcr.io/captn3m0/forteller-dl:main' locally #3

Closed rezicG closed 2 years ago

rezicG commented 2 years ago

Running in docker on windows from the root folder of the repository, I get the following error:

Unable to find image 'ghcr.io/captn3m0/forteller-dl:main' locally
docker: Error response from daemon: Head "https://ghcr.io/v2/captn3m0/forteller-dl/manifests/main": unauthorized.

I run the command as: docker run -it --init --volume "C:\Users\einar\Downloads\Gloomhaven:\downloads" --env-file .env ghcr.io/captn3m0/forteller-dl:main ceph_gh /downloads

captn3m0 commented 2 years ago

You will need to authenticate to the GitHub Container Registry first: https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-to-the-container-registry

captn3m0 commented 2 years ago

Put instructions for this in the README.