Releases: docker/build-push-action
Releases ยท docker/build-push-action
v6.6.0
- Generate GitHub annotations for build checks by @crazy-max in #1197
- Bump @docker/actions-toolkit from 0.35.0 to 0.37.0 in #1196 #1198
Full Changelog: v6.5.0...v6.6.0
v6.5.0
Full Changelog: v6.4.1...v6.5.0
v6.4.1
- revert "Set
repository
andghtoken
attributes for GitHub Actions cache backend" by @crazy-max in #1183
Full Changelog: v6.4.0...v6.4.1
v6.4.0
- Set
repository
andghtoken
attributes for GitHub Actions cache backend by @crazy-max in #1133 - Bump @docker/actions-toolkit from 0.31.0 to 0.33.0 in #1179
Full Changelog: v6.3.0...v6.4.0
v6.3.0
DOCKER_BUILD_RECORD_UPLOAD
environment variable to enable/disable build record upload by @crazy-max in #1172DOCKER_BUILD_NO_SUMMARY
has been deprecated. SetDOCKER_BUILD_SUMMARY
tofalse
instead by @crazy-max in #1170 #1173- Bump @docker/actions-toolkit from 0.28.0 to 0.31.0 in #1171 #1159 #1169
Full Changelog: v6.2.0...v6.3.0
v6.2.0
- Use default retention days for build export artifact by @crazy-max in #1153
- Bump @docker/actions-toolkit from 0.27.0 to 0.28.0 in #1158
Full Changelog: v6.1.0...v6.2.0
v6.1.0
- Bump @docker/actions-toolkit from 0.26.2 to 0.27.0 in #1149
Full Changelog: v6.0.2...v6.1.0
v6.0.2
- Bump @docker/actions-toolkit from 0.26.1 to 0.26.2 in #1147
Full Changelog: v6.0.1...v6.0.2
v6.0.1
- Bump @docker/actions-toolkit from 0.26.0 to 0.26.1 in #1142
Full Changelog: v6.0.0...v6.0.1
v6.0.0
- Export build record and generate build summary by @crazy-max in #1120
- Bump @docker/actions-toolkit from 0.24.0 to 0.26.0 in #1132 #1136 #1138
- Bump braces from 3.0.2 to 3.0.3 in #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: false
environment variable in your workflow.
Full Changelog: v5.4.0...v6.0.0