From 3a817625c5a563d56f2a0990dc928bd418b163fd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 6 Mar 2026 02:28:31 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v7 (#19) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/build-push-action](https://github.com/docker/build-push-action) | action | major | `v6` → `v7` | --- ### Release Notes
docker/build-push-action (docker/build-push-action) ### [`v7`](https://github.com/docker/build-push-action/compare/v6...v7) [Compare Source](https://github.com/docker/build-push-action/compare/v6...v7)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.keligrubb.com/keligrubb/kestrelos/pulls/19 Reviewed-by: Keli Grubb Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/pr.yml | 2 +- .gitea/workflows/push.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/pr.yml b/.gitea/workflows/pr.yml index afebc84..212e445 100644 --- a/.gitea/workflows/pr.yml +++ b/.gitea/workflows/pr.yml @@ -78,7 +78,7 @@ jobs: uses: docker/setup-buildx-action@v4 - name: Build (dry run) - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . push: false diff --git a/.gitea/workflows/push.yml b/.gitea/workflows/push.yml index fa23b6c..f3ca50b 100644 --- a/.gitea/workflows/push.yml +++ b/.gitea/workflows/push.yml @@ -34,7 +34,7 @@ jobs: uses: docker/setup-buildx-action@v4 - name: Build Docker image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . load: true