Skip to content

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.2.1 (#136)

[![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)) |
patch | `3.2.0` -> `3.2.1` |

---

### Release Notes

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

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

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

##### Fixes

- Prefer output even if no dryrun is specified
([#&#8203;151](https://github.com/woodpecker-plugins/docker-buildx/issues/151))

##### Misc

-   fix(deps): update module github.com/aws/aws-sdk-go to v1.51.6
-   chore(deps): update docker docker tag to v25.0.5
- chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to
v3.2.0

</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-s3).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 31, 2024
1 parent 70ea6c5 commit 77c91ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .woodpecker/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ variables:

steps:
publish-next:
image: woodpeckerci/plugin-docker-buildx:3.2.0
image: woodpeckerci/plugin-docker-buildx:3.2.1
settings:
dockerfile: Dockerfile.multiarch
repo: woodpeckerci/plugin-s3
Expand All @@ -24,7 +24,7 @@ steps:
event: push

publish-tag:
image: woodpeckerci/plugin-docker-buildx:3.2.0
image: woodpeckerci/plugin-docker-buildx:3.2.1
settings:
dockerfile: Dockerfile.multiarch
repo: woodpeckerci/plugin-s3
Expand Down
2 changes: 1 addition & 1 deletion .woodpecker/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ steps:
- make test

build:
image: woodpeckerci/plugin-docker-buildx:3.2.0
image: woodpeckerci/plugin-docker-buildx:3.2.1
settings:
dockerfile: Dockerfile.multiarch
dry_run: true
Expand Down

0 comments on commit 77c91ab

Please sign in to comment.