From f7a23cdf6629a844ad4a66b0de96b29c8de549b5 Mon Sep 17 00:00:00 2001 From: "projectorigin-renovate[bot]" <150237208+projectorigin-renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 09:34:28 +0000 Subject: [PATCH] Update docker/build-push-action action to v7 --- .github/workflows/reusable-build-push-container-ghcr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-build-push-container-ghcr.yaml b/.github/workflows/reusable-build-push-container-ghcr.yaml index ace54e1..1f2edac 100644 --- a/.github/workflows/reusable-build-push-container-ghcr.yaml +++ b/.github/workflows/reusable-build-push-container-ghcr.yaml @@ -53,7 +53,7 @@ jobs: password: ${{ github.token }} - name: Build and push Docker image - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7 with: platforms: ${{ inputs.platforms }} provenance: false