From 7bc4817e45033c9287f434435b85f0de997d80b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 09:13:29 +0000 Subject: [PATCH] Bump depot/build-push-action from 1.17.0 to 1.18.0 Bumps [depot/build-push-action](https://github.com/depot/build-push-action) from 1.17.0 to 1.18.0. - [Release notes](https://github.com/depot/build-push-action/releases) - [Commits](https://github.com/depot/build-push-action/compare/5f3b3c2e5a00f0093de47f657aeaefcedff27d18...98e78adca7817480b8185f474a400b451d74e287) --- updated-dependencies: - dependency-name: depot/build-push-action dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/multiarch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/multiarch.yml b/.github/workflows/multiarch.yml index 9a8ae6c7..97b056be 100644 --- a/.github/workflows/multiarch.yml +++ b/.github/workflows/multiarch.yml @@ -77,7 +77,7 @@ jobs: - name: Multi-platform build without push if: ${{ !((github.ref == 'refs/heads/multiarch') && (github.event_name != 'pull_request') && !env.ACT) }} - uses: depot/build-push-action@5f3b3c2e5a00f0093de47f657aeaefcedff27d18 + uses: depot/build-push-action@98e78adca7817480b8185f474a400b451d74e287 with: project: p4q8k8mb22 platforms: linux/amd64,linux/arm64 @@ -90,7 +90,7 @@ jobs: - name: Multi-platform build and push if: ${{ (github.ref == 'refs/heads/multiarch') && (github.event_name != 'pull_request') && !env.ACT }} - uses: depot/build-push-action@5f3b3c2e5a00f0093de47f657aeaefcedff27d18 + uses: depot/build-push-action@98e78adca7817480b8185f474a400b451d74e287 with: project: p4q8k8mb22 no-cache: true