From ce77536e1aef89b368a665c8780d5ab571950169 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Thu, 5 Mar 2026 22:00:48 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v7 --- .gitea/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 66c0ff9..9f64587 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -103,7 +103,7 @@ jobs: printf "Tags:\n${{ steps.meta.outputs.tags }}" - name: Build images - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . push: false -- 2.49.1