From 8618724420543504b4d15d134152a54c51721441 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 08:58:33 +0000 Subject: [PATCH] Update docker/build-push-action action to v7.4.0 --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5d52266..990177f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -51,7 +51,7 @@ jobs: - name: Build and push by digest if: github.event_name == 'pull_request' - uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 + uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0 with: file: ./docker/Dockerfile platforms: ${{ matrix.platform }} @@ -79,7 +79,7 @@ jobs: - name: Build and push by digest if: github.event_name != 'pull_request' id: build - uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 + uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0 with: file: ./docker/Dockerfile platforms: ${{ matrix.platform }}