Monorepo of Docker images auto-published to Docker Hub and GitHub Packages.
This is fantastic but you have to login to GitHub Packages with Docker even to pull images:
- Generate a personal access token here with
read:packages
scope - Login with
docker login docker.pkg.github.com -u <GITHUB_USERNAME>
using the token instead of a password