From 1344b34a08f5da8ea2533abb2375eb08ff75010d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 23:37:15 +0000 Subject: [PATCH] Update docker/build-push-action action to v7 --- .github/workflows/docker-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 0a26cf1..53062f3 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -120,7 +120,7 @@ jobs: ${{ github.repository }}-${{ github.workflow }}-${{ runner.os }}-buildx- - name: Build & Test - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 with: context: ${{ inputs.context }} file: ${{ inputs.dockerfile }} @@ -191,7 +191,7 @@ jobs: - name: Build & Push if: ${{ ! inputs.special_build }} - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 with: context: ${{ inputs.context }} file: ${{ inputs.dockerfile }} @@ -206,7 +206,7 @@ jobs: - name: Build & Push (Special Build Args) if: ${{ inputs.special_build }} - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 with: context: ${{ inputs.context }} file: ${{ inputs.dockerfile }}