We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I try to pull the Docker image, I receive a denied error:
denied
podman run -d --name syncserver -p 3030:3030 ghcr.io/automerge/automerge-repo-sync-server:main Trying to pull ghcr.io/automerge/automerge-repo-sync-server:main... Error: initializing source docker://ghcr.io/automerge/automerge-repo-sync-server:main: reading manifest main in ghcr.io/automerge/automerge-repo-sync-server: denied
I logged in again using a fresh PAT with read:packages permissions, still the same.
read:packages
Probably the images are set to internal, as that is the default. Could you please make them public? (see https://github.com/orgs/community/discussions/55094#discussioncomment-5870466 for reference)
The text was updated successfully, but these errors were encountered:
Same problem for me
Sorry, something went wrong.
No branches or pull requests
If I try to pull the Docker image, I receive a
denied
error:I logged in again using a fresh PAT with
read:packages
permissions, still the same.Probably the images are set to internal, as that is the default. Could you please make them public? (see https://github.com/orgs/community/discussions/55094#discussioncomment-5870466 for reference)
The text was updated successfully, but these errors were encountered: