From f8c4064e1c8ea15a9e0511f82d01c4aad9fa7cce Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 30 Apr 2026 03:25:59 +0000 Subject: [PATCH] chore(deps): update dependency docker/build-push-action to v7 --- .gitea/workflows/semantic-release.yaml | 2 +- .gitea/workflows/tag-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/semantic-release.yaml b/.gitea/workflows/semantic-release.yaml index 1215243..72abfad 100644 --- a/.gitea/workflows/semantic-release.yaml +++ b/.gitea/workflows/semantic-release.yaml @@ -49,7 +49,7 @@ jobs: # - name: Build and push - # uses: docker/build-push-action@v6.19.2 + # uses: docker/build-push-action@v7.1.0 # with: # context: ./Docker/ # push: ${{ github.event_name != 'pull_request' }} diff --git a/.gitea/workflows/tag-release.yaml b/.gitea/workflows/tag-release.yaml index 80a0b20..cbd376c 100644 --- a/.gitea/workflows/tag-release.yaml +++ b/.gitea/workflows/tag-release.yaml @@ -53,7 +53,7 @@ jobs: password: ${{ secrets.HARBOR_PASSWORD }} - name: Build and push - uses: docker/build-push-action@v6.19.2 + uses: docker/build-push-action@v7.1.0 with: context: ./Docker/ push: true