From 4e8b5704cdf7833ddc7f6b0807f9b7862a7524ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 18:35:34 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v7 --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index fcf2f13..c257e66 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -52,7 +52,7 @@ jobs: org.opencontainers.image.maintainer=Ophios GmbH - name: Build and push Docker image id: build_and_push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . push: true