From eea547998dbb8028cc6288b830115cbf3b3d65f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 07:58:54 +0200 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20docker/build-push-actio?= =?UTF-8?q?n=20action=20(v6.9.0=20=E2=86=92=20v6.18.0)=20(#371)?= 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> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docker-publish/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-publish/action.yml b/docker-publish/action.yml index af2e816..62152aa 100644 --- a/docker-publish/action.yml +++ b/docker-publish/action.yml @@ -249,7 +249,7 @@ runs: - name: Build and Push Docker Image id: build - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0 + uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 with: context: ${{ inputs.context }} file: ${{ inputs.dockerfile }}