From 6399b492b6bda9ebed9374975ece1fa96e56ecbd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 18:57:25 -0600 Subject: [PATCH] Update depot/build-push-action action to v1.17.0 (#18042) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [depot/build-push-action](https://redirect.github.com/depot/build-push-action) | action | minor | `v1.16.2` → `v1.17.0` | --- ### Release Notes
depot/build-push-action (depot/build-push-action) ### [`v1.17.0`](https://redirect.github.com/depot/build-push-action/releases/tag/v1.17.0) [Compare Source](https://redirect.github.com/depot/build-push-action/compare/v1.16.2...v1.17.0) ##### What's Changed - chore: update node to v24 ([#​46](https://redirect.github.com/depot/build-push-action/issues/46)) [@​WitoDelnat](https://redirect.github.com/WitoDelnat) - Fix typo ([#​45](https://redirect.github.com/depot/build-push-action/issues/45)) [@​gavrie](https://redirect.github.com/gavrie)
--- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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. --- - [ ] 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/uv). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index d3d3b3b3e..f64325663 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -133,7 +133,7 @@ jobs: - name: Build and push by digest id: build - uses: depot/build-push-action@9785b135c3c76c33db102e45be96a25ab55cd507 # v1.16.2 + uses: depot/build-push-action@5f3b3c2e5a00f0093de47f657aeaefcedff27d18 # v1.17.0 with: project: 7hd4vdzmw5 # astral-sh/uv context: . @@ -265,7 +265,7 @@ jobs: - name: Build and push id: build-and-push - uses: depot/build-push-action@9785b135c3c76c33db102e45be96a25ab55cd507 # v1.16.2 + uses: depot/build-push-action@5f3b3c2e5a00f0093de47f657aeaefcedff27d18 # v1.17.0 with: context: . project: 7hd4vdzmw5 # astral-sh/uv