From a6992e100fdd50066701e641281489b592052d63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 20:37:39 +0000 Subject: [PATCH] Update docker/bake-action action to v7 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bb7434..cb4a8b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build - uses: docker/bake-action@v6 + uses: docker/bake-action@v7 with: targets: all push: ${{ github.ref == 'refs/heads/master' || github.ref_type == 'tag' }}