From 39b3cc56f34c333b7c3b1cd13e19cd81fd5a73e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 14:04:50 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6.19.2 --- .github/workflows/wf-build-container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wf-build-container.yml b/.github/workflows/wf-build-container.yml index 7e0644d..56881f7 100644 --- a/.github/workflows/wf-build-container.yml +++ b/.github/workflows/wf-build-container.yml @@ -38,7 +38,7 @@ jobs: type=semver,pattern={{major}}.{{minor}} type=sha - name: build server image - uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 with: push: ${{ inputs.needs-push }} context: .