Skip to content

v1.2.5

Latest

Choose a tag to compare

@mosajjal mosajjal released this 03 Feb 01:22
· 35 commits to main since this release
91818c5

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 cmd instead of RUN 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.