Commit Graph

2 Commits

Author SHA1 Message Date
che-pj
6922b4a5da updates 2025-08-30 12:59:30 +02:00
che-pj
1016d333cc ci(workflows): add pr-build workflow for dev/test container images
- 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
2025-08-30 12:24:37 +02:00