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.11k stars 527 forks source link

rename DOCKER_BUILD_NO_SUMMARY to DOCKER_BUILD_SUMMARY_DISABLE #1170

Closed crazy-max closed 5 days ago

crazy-max commented 5 days ago

As discussed with @colinhemmings, rename DOCKER_BUILD_NO_SUMMARY env var to DOCKER_BUILD_SUMMARY_DISABLE. We keep and mark as deprecated the old one.

@dvdksn Would need docs change in https://docs.docker.com/build/ci/github-actions/build-summary/#disable-job-summary :pray: