From 0537f28c44cdc8e0eb510c76e40f74ebed928329 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 11:52:07 +0000 Subject: [PATCH] Update docker/build-push-action action to v7.4.0 --- .github/workflows/1.10.yaml | 4 ++-- .github/workflows/2.2.yaml | 4 ++-- .github/workflows/latest.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/1.10.yaml b/.github/workflows/1.10.yaml index 5b8e682..dd22aa4 100644 --- a/.github/workflows/1.10.yaml +++ b/.github/workflows/1.10.yaml @@ -167,7 +167,7 @@ jobs: - name: Build full image id: build-full - uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 + uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0 with: context: ${{ env.DIRECTORY }} target: binary-with-runtime @@ -177,7 +177,7 @@ jobs: - name: Build binary-only image id: build-bin - uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 + uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0 with: context: ${{ env.DIRECTORY }} target: standalone-binary diff --git a/.github/workflows/2.2.yaml b/.github/workflows/2.2.yaml index b5554c2..1a41a99 100644 --- a/.github/workflows/2.2.yaml +++ b/.github/workflows/2.2.yaml @@ -167,7 +167,7 @@ jobs: - name: Build full image id: build-full - uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 + uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0 with: context: ${{ env.DIRECTORY }} target: binary-with-runtime @@ -177,7 +177,7 @@ jobs: - name: Build binary-only image id: build-bin - uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 + uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0 with: context: ${{ env.DIRECTORY }} target: standalone-binary diff --git a/.github/workflows/latest.yaml b/.github/workflows/latest.yaml index b08aa60..3cd80eb 100644 --- a/.github/workflows/latest.yaml +++ b/.github/workflows/latest.yaml @@ -171,7 +171,7 @@ jobs: - name: Build full image id: build-full - uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 + uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0 with: context: ${{ env.DIRECTORY }} target: binary-with-runtime @@ -181,7 +181,7 @@ jobs: - name: Build binary-only image id: build-bin - uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 + uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0 with: context: ${{ env.DIRECTORY }} target: standalone-binary