Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: add GitHub Actions workflow for Docker image builds
- Add GitHub Actions workflow for building and pushing Docker images - Trigger workflow on push to `main` branch and tags matching `v*` - Set up QEMU and Docker Buildx for multi-platform builds - Log in to GitHub Container Registry using secrets - Generate Docker metadata for image tagging - Build and push Docker images to GitHub Container Registry with caching enabled Signed-off-by: Bo-Yi Wu <[email protected]>
- Loading branch information