mirror of
https://lavaforge.org/spotizerr/spotizerr.git
synced 2025-12-24 02:39:14 -05:00
- Introduces a new GitHub Actions workflow that automatically builds and pushes multi-arch Docker images for pull requests - Images are tagged with the PR number (e.g., dev-pr-123) for easy identification - Uses GHCR as the container registry with proper authentication via GITHUB_TOKEN - Implements BuildKit cache optimization for faster builds - Supports both linux/amd64 and linux/arm64 platforms