From b1875f90565253844080e0571ba8c0dfdfba658e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 18:00:11 +0000 Subject: [PATCH] Update docker/build-push-action action to v6.19.2 --- .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 24a5d51..d067d94 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@601a80b39c9405e50806ae38af30926f9d957c47 # v6.19.1 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 with: context: ${{ inputs.context }} file: ${{ inputs.dockerfile }} @@ -191,7 +191,7 @@ jobs: - name: Build & Push if: ${{ ! inputs.special_build }} - uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6.19.1 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 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@601a80b39c9405e50806ae38af30926f9d957c47 # v6.19.1 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 with: context: ${{ inputs.context }} file: ${{ inputs.dockerfile }}