docker / build-push-action

GitHub Action to build and push Docker images with Buildx
https://github.com/marketplace/actions/build-and-push-docker-images
Apache License 2.0
4.1k stars 525 forks source link

additional check for build summary support #1145

Closed crazy-max closed 1 week ago

crazy-max commented 1 week ago

Build summary requires Buildx dial-stdio command available since Buildx 0.13.0. This adds an extra check to make sure current Buildx version is supported before generating the summary.

This PR is just for testing, actual issue will be fixed on actions-toolkit repo.