From 5dfd248a4cedcb6a4ccae025e5b63e0aed836ddc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 16:15:21 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v7 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2ca89a3..19548e6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -313,7 +313,7 @@ jobs: - name: Build and export digest id: build - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . platforms: ${{ matrix.platform }}