Skip to content

Commit

Permalink
ci(deps): update dependency docker/buildx to v0.12.1 (#555)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker/buildx](https://togithub.com/docker/buildx) | patch |
`v0.12.0` -> `v0.12.1` |

---

### Release Notes

<details>
<summary>docker/buildx (docker/buildx)</summary>

### [`v0.12.1`](https://togithub.com/docker/buildx/releases/tag/v0.12.1)

[Compare
Source](https://togithub.com/docker/buildx/compare/v0.12.0...v0.12.1)

Welcome to the v0.12.1 release of buildx!

Please try out the release binaries and report any issues at
https://github.com/docker/buildx/issues.

##### Changes

- Fix incorrect validation of some driver-opt values that could cause
invalid state to be stored
[#&#8203;2176](https://togithub.com/docker/buildx/issues/2176)

Previous release can be found at
[v0.12.0](https://togithub.com/docker/buildx/releases/tag/v0.12.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

---

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/Mogyuchi/gh-test).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 12, 2024
1 parent 8d1650a commit ae58c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
BINARY_NAME: ${{ github.event.repository.name }}

# renovate: datasource=github-releases depName=docker/buildx
BUILDX_VERSION: v0.12.0
BUILDX_VERSION: v0.12.1

jobs:
build:
Expand Down

0 comments on commit ae58c0c

Please sign in to comment.