From 92cb8f0de7050faa5c3683a0da7517960bd4c7f7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 28 Oct 2025 07:01:43 +0000 Subject: [PATCH] chore(deps): update dependency docker/build-push-action to v6.18.0 --- .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 cf2c85f..46dc2ca 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.15.0 + # uses: docker/build-push-action@v6.18.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 1ce4f2e..12db9b3 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.15.0 + uses: docker/build-push-action@v6.18.0 with: context: ./Docker/ push: true