Bug Fixes
- Fixed Dockerfile-release heredoc syntax to be compatible with Docker BuildKit
- Fixed docker.yml workflow to properly build and push multi-tagged images
- Improved CI/CD pipeline efficiency by using native build-push-action multi-tag support
Changes
- Updated Dockerfile-release to use proper BuildKit heredoc format (
RUN <<EOF cmdinstead ofRUN cmd << 'EOF') - Streamlined docker.yml to build and push with multiple tags in a single operation
- Eliminated redundant docker tag and push commands
This release fixes the Docker build failures in GitHub Actions workflows.