From b9fc7271bc3349eb1d986951d560a76ba38e49c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 22:43:39 +0000 Subject: [PATCH] Update docker/build-push-action action to v7 --- .github/workflows/container_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container_build.yml b/.github/workflows/container_build.yml index c2d7577..a87cc98 100644 --- a/.github/workflows/container_build.yml +++ b/.github/workflows/container_build.yml @@ -51,7 +51,7 @@ jobs: # files found in the root of the Git checkout. If the build succeeds, # the image is pushed to the registry indicated by the tags. - name: Build and push Docker image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . file: Dockerfile