From ed79c62d88f066198474f7792c849d8e9542ac46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 07:33:22 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20docker/build-push-actio?= =?UTF-8?q?n=20action=20(v6.18.0=20=E2=86=92=20v6.19.2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-testing-image.yml | 2 +- docker-publish/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-testing-image.yml b/.github/workflows/build-testing-image.yml index 47a7c5b..64da004 100644 --- a/.github/workflows/build-testing-image.yml +++ b/.github/workflows/build-testing-image.yml @@ -59,7 +59,7 @@ jobs: type=raw,value=${{ github.event.inputs.tag }},enable=${{ github.event.inputs.tag != '' }} - name: Build and push Docker image - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 with: context: _tools/docker-testing-tools file: _tools/docker-testing-tools/Dockerfile diff --git a/docker-publish/action.yml b/docker-publish/action.yml index b31a2b5..b2c3d89 100644 --- a/docker-publish/action.yml +++ b/docker-publish/action.yml @@ -280,7 +280,7 @@ runs: - name: Build and Push Docker Image id: build - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 with: context: ${{ inputs.context }} file: ${{ inputs.dockerfile }}