From a58a94dc9d10dbb78926f904c7a5f9a360e388fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 09:57:20 +0000 Subject: [PATCH] Update docker/build-push-action action to v6.19.2 --- .github/workflows/build-tag-release.yaml | 2 +- .github/workflows/pr-verify.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-tag-release.yaml b/.github/workflows/build-tag-release.yaml index c9fe177..af01dc6 100644 --- a/.github/workflows/build-tag-release.yaml +++ b/.github/workflows/build-tag-release.yaml @@ -94,7 +94,7 @@ jobs: - name: Build and push Docker image id: push - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 with: context: src/ platforms: linux/amd64,linux/arm64 diff --git a/.github/workflows/pr-verify.yaml b/.github/workflows/pr-verify.yaml index 4f7c7e0..df59868 100644 --- a/.github/workflows/pr-verify.yaml +++ b/.github/workflows/pr-verify.yaml @@ -66,7 +66,7 @@ jobs: uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 - name: Test build Docker image - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 with: context: src/ platforms: linux/amd64,linux/arm64