From 397dfcb85c317d751a42fa8518ca9d0f05175855 Mon Sep 17 00:00:00 2001 From: Renovate Date: Sat, 4 Apr 2026 15:16:53 +0000 Subject: [PATCH] Update docker/build-push-action action to v7 --- .gitea/workflows/build.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index a5a2889..6f9284f 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -19,7 +19,7 @@ jobs: username: ${{ secrets.REGISTRY_USER }} password: ${{ secrets.REGISTRY_TOKEN }} - name: Build Image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v7 with: file: Containerfile context: . diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c0ecc48..68a6fa5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build Image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v7 with: file: Containerfile context: .