Skip to content

Commit fa4db72

Browse files
Update docker/build-push-action action to v7 (#3047)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/build-push-action](https://redirect.github.com/docker/build-push-action) | action | major | `v6.19.2` → `v7.0.0` | --- ### Release Notes <details> <summary>docker/build-push-action (docker/build-push-action)</summary> ### [`v7.0.0`](https://redirect.github.com/docker/build-push-action/releases/tag/v7.0.0) [Compare Source](https://redirect.github.com/docker/build-push-action/compare/v6.19.2...v7.0.0) - Node 24 as default runtime (requires [Actions Runner v2.327.1](https://redirect.github.com/actions/runner/releases/tag/v2.327.1) or later) by [@&#8203;crazy-max](https://redirect.github.com/crazy-max) in [#&#8203;1470](https://redirect.github.com/docker/build-push-action/pull/1470) - Remove deprecated `DOCKER_BUILD_NO_SUMMARY` and `DOCKER_BUILD_EXPORT_RETENTION_DAYS` envs by [@&#8203;crazy-max](https://redirect.github.com/crazy-max) in [#&#8203;1473](https://redirect.github.com/docker/build-push-action/pull/1473) - Remove legacy export-build tool support for build summary by [@&#8203;crazy-max](https://redirect.github.com/crazy-max) in [#&#8203;1474](https://redirect.github.com/docker/build-push-action/pull/1474) - Switch to ESM and update config/test wiring by [@&#8203;crazy-max](https://redirect.github.com/crazy-max) in [#&#8203;1466](https://redirect.github.com/docker/build-push-action/pull/1466) - Bump [@&#8203;actions/core](https://redirect.github.com/actions/core) from 1.11.1 to 3.0.0 in [#&#8203;1454](https://redirect.github.com/docker/build-push-action/pull/1454) - Bump [@&#8203;docker/actions-toolkit](https://redirect.github.com/docker/actions-toolkit) from 0.62.1 to 0.79.0 in [#&#8203;1453](https://redirect.github.com/docker/build-push-action/pull/1453) [#&#8203;1472](https://redirect.github.com/docker/build-push-action/pull/1472) [#&#8203;1479](https://redirect.github.com/docker/build-push-action/pull/1479) - Bump minimatch from 3.1.2 to 3.1.5 in [#&#8203;1463](https://redirect.github.com/docker/build-push-action/pull/1463) **Full Changelog**: <docker/build-push-action@v6.19.2...v7.0.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/astral-sh/ty). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW50ZXJuYWwiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2e3157b commit fa4db72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
# Adapted from https://docs.docker.com/build/ci/github-actions/multi-platform/
8686
- name: Build and push by digest
8787
id: build
88-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
88+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
8989
with:
9090
context: .
9191
platforms: ${{ matrix.platform }}
@@ -266,7 +266,7 @@ jobs:
266266
267267
- name: Build and push
268268
id: build-and-push
269-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
269+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
270270
with:
271271
context: .
272272
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)