From 6522a140f4b3fcbf7057d8d88bc3e95687797a48 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 12 Jun 2026 10:58:24 +0000 Subject: [PATCH] fix(deps): update docker/build-push-action action to v7 --- .gitea/workflows/build-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-publish.yml b/.gitea/workflows/build-and-publish.yml index a604c8a..0601f75 100644 --- a/.gitea/workflows/build-and-publish.yml +++ b/.gitea/workflows/build-and-publish.yml @@ -108,7 +108,7 @@ jobs: password: ${{ secrets.PACKAGES_TOKEN }} - name: Build and push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7 with: context: . platforms: linux/amd64,linux/arm64