rommapp / romm

A beautiful, powerful, self-hosted rom manager
https://romm.app
GNU Affero General Public License v3.0
1.63k stars 76 forks source link

[Bug] ghcr.io/rommapp/romm is 'unauthorized' #845

Closed HereInPlainSight closed 2 months ago

HereInPlainSight commented 2 months ago

RomM version :latest

Describe the bug Attempting to use ghcr.io/rommapp/romm in the compose file fails to work.

To Reproduce Steps to reproduce the behavior:

  1. Personally, using podman-compose, got romm working via the dockerhub, and just changed the image to ghcr.io/rommapp/romm.
  2. podman-compose -f ./romm.yml up
  3. Error during startup

Expected behavior Expected: To use the ghcr container instead of the dockerhub.

Screenshots Relevant error was:

Trying to pull ghcr.io/rommapp/romm:latest...                                               
Error: initializing source docker://ghcr.io/rommapp/romm:latest: unable to retrieve auth token: invalid username/password: unauthorized
exit code: 125
HereInPlainSight commented 2 months ago

Aaaaand you fixed it. Turnaround time is solid! Thanks!