stackabletech / docker-images

Apache License 2.0
17 stars 3 forks source link

chore(deps): update docker/build-push-action action to v6 #755

Closed stackable-bot closed 3 months ago

stackable-bot commented 3 months ago

This PR contains the following updates:

Package Type Update Change
docker/build-push-action action major v5.4.0 -> v6.3.0

Release Notes

docker/build-push-action (docker/build-push-action) ### [`v6.3.0`](https://togithub.com/docker/build-push-action/releases/tag/v6.3.0) [Compare Source](https://togithub.com/docker/build-push-action/compare/v6.2.0...v6.3.0) - `DOCKER_BUILD_RECORD_UPLOAD` environment variable to enable/disable build record upload by [@​crazy-max](https://togithub.com/crazy-max) in [https://github.com/docker/build-push-action/pull/1172](https://togithub.com/docker/build-push-action/pull/1172) - `DOCKER_BUILD_NO_SUMMARY` has been deprecated. Set `DOCKER_BUILD_SUMMARY` to `false` instead by [@​crazy-max](https://togithub.com/crazy-max) in [https://github.com/docker/build-push-action/pull/1170](https://togithub.com/docker/build-push-action/pull/1170) [https://github.com/docker/build-push-action/pull/1173](https://togithub.com/docker/build-push-action/pull/1173) - Bump [@​docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.28.0 to 0.31.0 in [https://github.com/docker/build-push-action/pull/1171](https://togithub.com/docker/build-push-action/pull/1171) [https://github.com/docker/build-push-action/pull/1159](https://togithub.com/docker/build-push-action/pull/1159) [https://github.com/docker/build-push-action/pull/1169](https://togithub.com/docker/build-push-action/pull/1169) **Full Changelog**: https://github.com/docker/build-push-action/compare/v6.2.0...v6.3.0 ### [`v6.2.0`](https://togithub.com/docker/build-push-action/releases/tag/v6.2.0) [Compare Source](https://togithub.com/docker/build-push-action/compare/v6.1.0...v6.2.0) - Use default retention days for build export artifact by [@​crazy-max](https://togithub.com/crazy-max) in [https://github.com/docker/build-push-action/pull/1153](https://togithub.com/docker/build-push-action/pull/1153) - Bump [@​docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.27.0 to 0.28.0 in [https://github.com/docker/build-push-action/pull/1158](https://togithub.com/docker/build-push-action/pull/1158) **Full Changelog**: https://github.com/docker/build-push-action/compare/v6.1.0...v6.2.0 ### [`v6.1.0`](https://togithub.com/docker/build-push-action/releases/tag/v6.1.0) [Compare Source](https://togithub.com/docker/build-push-action/compare/v6.0.2...v6.1.0) - Bump [@​docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.26.2 to 0.27.0 in [https://github.com/docker/build-push-action/pull/1149](https://togithub.com/docker/build-push-action/pull/1149) **Full Changelog**: https://github.com/docker/build-push-action/compare/v6.0.2...v6.1.0 ### [`v6.0.2`](https://togithub.com/docker/build-push-action/releases/tag/v6.0.2) [Compare Source](https://togithub.com/docker/build-push-action/compare/v6.0.1...v6.0.2) - Bump [@​docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.26.1 to 0.26.2 in [https://github.com/docker/build-push-action/pull/1147](https://togithub.com/docker/build-push-action/pull/1147) **Full Changelog**: https://github.com/docker/build-push-action/compare/v6.0.1...v6.0.2 ### [`v6.0.1`](https://togithub.com/docker/build-push-action/releases/tag/v6.0.1) [Compare Source](https://togithub.com/docker/build-push-action/compare/v6...v6.0.1) - Bump [@​docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.26.0 to 0.26.1 in [https://github.com/docker/build-push-action/pull/1142](https://togithub.com/docker/build-push-action/pull/1142) **Full Changelog**: https://github.com/docker/build-push-action/compare/v6.0.0...v6.0.1 ### [`v6.0.0`](https://togithub.com/docker/build-push-action/releases/tag/v6.0.0) [Compare Source](https://togithub.com/docker/build-push-action/compare/v5.4.0...v6) - Export build record and generate [build summary](https://docs.docker.com/build/ci/github-actions/build-summary/) by [@​crazy-max](https://togithub.com/crazy-max) in [https://github.com/docker/build-push-action/pull/1120](https://togithub.com/docker/build-push-action/pull/1120) - Bump [@​docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.24.0 to 0.26.0 in [https://github.com/docker/build-push-action/pull/1132](https://togithub.com/docker/build-push-action/pull/1132) [https://github.com/docker/build-push-action/pull/1136](https://togithub.com/docker/build-push-action/pull/1136) [https://github.com/docker/build-push-action/pull/1138](https://togithub.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](https://togithub.com/docker/build-push-action/pull/1137) > \[!NOTE] > This major release adds support for generating [Build summary](https://docs.docker.com/build/ci/github-actions/build-summary/) and exporting build record for your build. You can disable this feature by setting [ `DOCKER_BUILD_NO_SUMMARY: true` environment variable in your workflow](https://docs.docker.com/build/ci/github-actions/build-summary/#disable-job-summary). **Full Changelog**: https://github.com/docker/build-push-action/compare/v5.4.0...v6.0.0

Configuration

📅 Schedule: Branch creation - "" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Renovate Bot.