From 9b634c91d7d6735b7d7b741ca87b41e442dffc0f Mon Sep 17 00:00:00 2001
From: Renovate Bot
Date: Mon, 23 Sep 2024 12:36:39 +0200
Subject: chore(deps): update docker/build-push-action action to v6 (#44)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [docker/build-push-action](https://github.com/docker/build-push-action) | action | major | `v5` -> `v6` |
---
### Release Notes
docker/build-push-action (docker/build-push-action)
### [`v6`](https://github.com/docker/build-push-action/compare/v5...v6)
[Compare Source](https://github.com/docker/build-push-action/compare/v5...v6)
---
### 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 is behind base branch, 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.mgrote.net///container-images/python-api-server/pulls/44
Co-authored-by: Renovate Bot
Co-committed-by: Renovate Bot
---
.gitea/workflows/build.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to '.gitea/workflows')
diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml
index 2798b2d..bfe54d7 100644
--- a/.gitea/workflows/build.yaml
+++ b/.gitea/workflows/build.yaml
@@ -57,7 +57,7 @@ jobs:
run: echo "REPO_BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
id: extract_branch
- name: Build and push Docker image
- uses: https://github.com/docker/build-push-action@v5
+ uses: https://github.com/docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
--
cgit v1.2.3