From 0426f300c64a77242c88b979cfb8fcd368b1b800 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Thu, 16 May 2024 12:15:48 +0200 Subject: [PATCH] chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v4 (#8) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [woodpeckerci/plugin-docker-buildx](https://codeberg.org/woodpecker-plugins/docker-buildx) ([source](https://codeberg.org/woodpecker-plugins/docker-buildx.git)) | major | `3.2.1` -> `4.0.0` | --- ### Release Notes
woodpecker-plugins/docker-buildx (woodpeckerci/plugin-docker-buildx) ### [`v4.0.0`](https://codeberg.org/woodpecker-plugins/docker-buildx/releases/tag/v4.0.0) [Compare Source](https://codeberg.org/woodpecker-plugins/docker-buildx/compare/v3.2.1...v4.0.0) - chore(deps): update docker docker tag to v26.1.0 - chore(deps): update docker/buildx-bin docker tag to v0.14.0 ([#​155](https://github.com/woodpecker-plugins/docker-buildx/issues/155))
--- ### 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://gitea.ocram85.com/plugins/gitea-package/pulls/8 Co-authored-by: renovate-bot Co-committed-by: renovate-bot --- .woodpecker/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/ci.yml b/.woodpecker/ci.yml index f2686a1..047f059 100644 --- a/.woodpecker/ci.yml +++ b/.woodpecker/ci.yml @@ -5,7 +5,7 @@ when: - ${CI_REPO_DEFAULT_BRANCH} variables: - - &build_plugin 'woodpeckerci/plugin-docker-buildx:3.2.1' + - &build_plugin 'woodpeckerci/plugin-docker-buildx:4.0.0' # deployment targets # TODO: Disabled docker hub target until first release is ready / Rate Limits - &publish_repos 'ocram85/plugin-gitea-package,gitea.ocram85.com/plugins/gitea-package'