From 76eb6873a32fa63a0064f3e96fcaae2e645b5c82 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 09:02:55 +0000 Subject: [PATCH] Update docker/build-push-action action to v6 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5a0ee61..1cda8b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: if: github.event_name == 'release' - name: Build and push id: build-and-push - uses: docker/build-push-action@v5.1.0 + uses: docker/build-push-action@v6.19.2 with: context: "." file: "./Containerfile"