mirror of
https://github.com/docker/build-push-action.git
synced 2026-06-21 14:47:15 +08:00
- Move buildx version check before adding compression parameters to prevent build failures on older buildx versions - Add comprehensive unit tests for estargz feature with 8 test cases - Simplify redundant ternary operator logic - Rebuild dist files to fix CI verification Fixes the critical bug where compression parameters were added before version validation, causing unsupported parameter errors on buildx < 0.10.0