From a3d79cfc5ebc934ebd00f661184057f3da8f7298 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 21:54:40 +0000 Subject: [PATCH] Update docker/build-push-action action to v7 --- .github/workflows/container-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-build.yaml b/.github/workflows/container-build.yaml index dbe97b2..765f8e5 100644 --- a/.github/workflows/container-build.yaml +++ b/.github/workflows/container-build.yaml @@ -25,7 +25,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . push: ${{ github.ref == 'refs/heads/main' }}