-
v6.0.0 Stable
released this
2024-06-17 15:23:45 +08:00 | 317 commits to master since this release- Export build record and generate build summary by @crazy-max in https://github.com/docker/build-push-action/pull/1120
- Bump @docker/actions-toolkit from 0.24.0 to 0.26.0 in https://github.com/docker/build-push-action/pull/1132 https://github.com/docker/build-push-action/pull/1136 https://github.com/docker/build-push-action/pull/1138
- Bump braces from 3.0.2 to 3.0.3 in https://github.com/docker/build-push-action/pull/1137
Note
This major release adds support for generating Build summary and exporting build record for your build. You can disable this feature by setting
DOCKER_BUILD_SUMMARY: falseenvironment variable in your workflow.Full Changelog: https://github.com/docker/build-push-action/compare/v5.4.0...v6.0.0
Downloads