From 03b1d5450f547e1f80556b36865c9ae5d29b6de0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 01:16:08 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v7 --- .github/workflows/pullrequests.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pullrequests.yml b/.github/workflows/pullrequests.yml index 3b62398..b0417fb 100644 --- a/.github/workflows/pullrequests.yml +++ b/.github/workflows/pullrequests.yml @@ -23,7 +23,7 @@ jobs: uses: docker/setup-buildx-action@v3.12.0 - name: Build and push id: docker_build - uses: docker/build-push-action@v6.19.2 + uses: docker/build-push-action@v7.0.0 env: BUILDKIT_PROGRESS: plain with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3473c88..e7a9bf5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -107,7 +107,7 @@ jobs: password: ${{ secrets.DOCKERPASSWORD }} - name: Build and push id: docker_build - uses: docker/build-push-action@v6.19.2 + uses: docker/build-push-action@v7.0.0 env: BUILDKIT_PROGRESS: plain with: