From e417e30ce7e62ecfb913fe08fdffd0ae17b12bc8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 09:25:28 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v7 --- .github/workflows/build-containers.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml index 0c0a8d4..616f2c4 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -423,7 +423,7 @@ jobs: - name: Build and push Docker image id: build timeout-minutes: 30 - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7 with: context: ${{ steps.dockerfile.outputs.dockerfile_dir }} file: ${{ steps.dockerfile.outputs.dockerfile_path }} @@ -446,7 +446,7 @@ jobs: - name: Build single-platform image for Trivy scan id: build-for-scan - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7 with: context: ${{ steps.dockerfile.outputs.dockerfile_dir }} file: ${{ steps.dockerfile.outputs.dockerfile_path }}