docker pull ghcr.io/lance-format/lance-data-viewer:v0.1.0 fails with unauthorized. The GitHub Package visibility may need to be set to "Public" in the package settings after the repository was transferred to the lance-format org.
This is the main blocker for adoption — if users can't pull the image, they have to clone and build locally, which defeats the purpose of publishing container images.
The GitHub Actions workflow has packages: write permission, so the images are likely being built and pushed successfully, but the package visibility setting is separate from the repository visibility.
To fix: Go to github.com/orgs/lance-format/packages → select the package → Package settings → Change visibility to "Public".
docker pull ghcr.io/lance-format/lance-data-viewer:v0.1.0fails withunauthorized. The GitHub Package visibility may need to be set to "Public" in the package settings after the repository was transferred to thelance-formatorg.This is the main blocker for adoption — if users can't pull the image, they have to clone and build locally, which defeats the purpose of publishing container images.
The GitHub Actions workflow has
packages: writepermission, so the images are likely being built and pushed successfully, but the package visibility setting is separate from the repository visibility.To fix: Go to
github.com/orgs/lance-format/packages→ select the package → Package settings → Change visibility to "Public".