I’m trying to authenticate to the docker registry but it doesn’t seem to work. It worked before ok
https://status.flyio.net/ says everything is up
% flyctl auth docker
Update available 0.0.412 -> v0.0.413.
Run "flyctl version update" to upgrade.
Error failed authenticating with registry.fly.io: Error response from daemon: login attempt to https://registry.fly.io/v2/ failed with status: 401 Unauthorized
here’s the debug output
LOG_LEVEL=DEBUG flyctl auth docker --verbose
DEBUG Loaded flyctl config from/Users/diego/.fly/config.yml
DEBUG determined hostname: "dora"
DEBUG determined working directory: "/Users/diego"
DEBUG determined user home directory: "/Users/diego"
DEBUG determined config directory: "/Users/diego/.fly"
DEBUG ensured config directory exists.
DEBUG ensured config directory perms.
DEBUG cache loaded.
DEBUG config initialized.
DEBUG initialized task manager.
DEBUG skipped querying for new release
Update available 0.0.412 -> v0.0.413.
Run "flyctl version update" to upgrade.
DEBUG client initialized.
Error failed authenticating with registry.fly.io: Error response from daemon: login attempt to https://registry.fly.io/v2/ failed with status: 401 Unauthorized