CI/CD
Docker images are automatically built and published to GitHub Container Registry (GHCR) when a tag matching v* is pushed.
The GitHub Actions workflow:
- Checks out the repository
- Generates Docker metadata tags (semver +
latest) - Sets up QEMU for multi-architecture builds
- Logs into GHCR
- Builds and pushes images for
linux/amd64andlinux/arm64
Usage:
bash
git tag v1.0.0
git push origin v1.0.0The image will be published to ghcr.io/<your-username>/ipv6-subnet-proxy.