From 12c9b83b81b7a86cdb4d764a7d9f3c863e88df10 Mon Sep 17 00:00:00 2001 From: Renovate-Clanker Date: Fri, 13 Mar 2026 16:01:00 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v7 --- .gitea/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index e32cbc4..a1936b4 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -33,7 +33,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build and push Docker image for main - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . push: true @@ -43,7 +43,7 @@ jobs: if: github.ref == 'refs/heads/main' - name: Build and push Docker image for staging - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . push: true