Publish docker images to ghcr.io
Please publish the docker images to the GitHub Packages Registry (ghcr.io) so we can access the image anonymously from CI/CD pipelines.
The registry docker.pkg.github.com is useless as we need to be authenticated in order to access the docker image:
https://github.community/t/docker-pull-from-public-github-package-registry-fail-with-no-basic-auth-credentials-error/16358/81
Looks like it was migrated to ghcr so you can now docker pull ghcr.io/linkedin/burrow/burrow:v1.3.6 even without authentication, although I don't see there's a process in place to build or publish new images
FWIW https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry describes how to push to ghcr.io