From b2ac08385e433063076cb8bf0f31d69d75f0efc6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 10:13:50 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6.19.2 --- .github/actions/build-container/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/build-container/action.yaml b/.github/actions/build-container/action.yaml index 38eca97..00bfb5f 100644 --- a/.github/actions/build-container/action.yaml +++ b/.github/actions/build-container/action.yaml @@ -196,7 +196,7 @@ runs: - name: Build and Push if: inputs.push == 'true' - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 with: context: . platforms: ${{ inputs.platforms }} @@ -208,7 +208,7 @@ runs: - name: Build and Export if: inputs.push != 'true' - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 with: context: . # When exporting as artifact, only single platform is supported