Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v…
Browse files Browse the repository at this point in the history
…3.1.0 (#58)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

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)) |
minor | `3.0.1` -> `3.1.0` |

---

### Release Notes

<details>
<summary>woodpecker-plugins/docker-buildx
(woodpeckerci/plugin-docker-buildx)</summary>

###
[`v3.1.0`](https://codeberg.org/woodpecker-plugins/docker-buildx/releases/tag/v3.1.0)

[Compare
Source](https://codeberg.org/woodpecker-plugins/docker-buildx/compare/v3.0.1...v3.1.0)

##### Features

- Improve support for `cache_to` and `cache_from` & add `cache_images`
([#&#8203;129](https://github.com/woodpecker-plugins/docker-buildx/issues/129))

##### Dependencies

-   chore(deps): update docker docker tag to v25.0.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge -
"before 4am" (UTC).

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/woodpecker-ci/plugin-github-release).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 11, 2024
1 parent 538fe6f commit 0df3337
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .woodpecker/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ steps:
- make version

build-dryrun:
image: woodpeckerci/plugin-docker-buildx:3.0.1
image: woodpeckerci/plugin-docker-buildx:3.1.0
settings:
repo: woodpeckerci/plugin-github-release
dockerfile: Dockerfile.multiarch
Expand All @@ -32,7 +32,7 @@ steps:
event: pull_request

build-next:
image: woodpeckerci/plugin-docker-buildx:3.0.1
image: woodpeckerci/plugin-docker-buildx:3.1.0
settings:
repo: woodpeckerci/plugin-github-release
dockerfile: Dockerfile.multiarch
Expand All @@ -45,7 +45,7 @@ steps:
event: push

build-tag:
image: woodpeckerci/plugin-docker-buildx:3.0.1
image: woodpeckerci/plugin-docker-buildx:3.1.0
settings:
repo: woodpeckerci/plugin-github-release
dockerfile: Dockerfile.multiarch
Expand Down

0 comments on commit 0df3337

Please sign in to comment.