Skip to content

Commit e347b82

Browse files
chore(deps): update docker/setup-buildx-action action to v2.5.0 (#8)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/setup-buildx-action](https://togithub.com/docker/setup-buildx-action) | action | minor | `v2.2.1` -> `v2.5.0` | --- ### Release Notes <details> <summary>docker/setup-buildx-action</summary> ### [`v2.5.0`](https://togithub.com/docker/setup-buildx-action/releases/tag/v2.5.0) [Compare Source](https://togithub.com/docker/setup-buildx-action/compare/v2.4.1...v2.5.0) - `cleanup` input to remove builder and temp files by [@&#8203;crazy-max](https://togithub.com/crazy-max) in [https://github.com/docker/setup-buildx-action/pull/213](https://togithub.com/docker/setup-buildx-action/pull/213) - do not remove builder using the `docker` driver by [@&#8203;crazy-max](https://togithub.com/crazy-max) in [https://github.com/docker/setup-buildx-action/pull/218](https://togithub.com/docker/setup-buildx-action/pull/218) - fix current context as builder name for `docker` driver by [@&#8203;crazy-max](https://togithub.com/crazy-max) in [https://github.com/docker/setup-buildx-action/pull/209](https://togithub.com/docker/setup-buildx-action/pull/209) **Full Changelog**: docker/setup-buildx-action@v2.4.1...v2.5.0 ### [`v2.4.1`](https://togithub.com/docker/setup-buildx-action/releases/tag/v2.4.1) [Compare Source](https://togithub.com/docker/setup-buildx-action/compare/v2.4.0...v2.4.1) - Get releases from actions toolkit by [@&#8203;crazy-max](https://togithub.com/crazy-max) ([#&#8203;200](https://togithub.com/docker/setup-buildx-action/issues/200)) - Bump csv-parse from 5.3.3 to 5.3.4 ([#&#8203;199](https://togithub.com/docker/setup-buildx-action/issues/199)) **Full Changelog**: docker/setup-buildx-action@v2.4.0...v2.4.1 ### [`v2.4.0`](https://togithub.com/docker/setup-buildx-action/releases/tag/v2.4.0) [Compare Source](https://togithub.com/docker/setup-buildx-action/compare/v2.3.0...v2.4.0) - Don't depend on the GitHub API to check release by [@&#8203;crazy-max](https://togithub.com/crazy-max) ([#&#8203;196](https://togithub.com/docker/setup-buildx-action/issues/196)) **Full Changelog**: docker/setup-buildx-action@v2.3.0...v2.4.0 ### [`v2.3.0`](https://togithub.com/docker/setup-buildx-action/releases/tag/v2.3.0) [Compare Source](https://togithub.com/docker/setup-buildx-action/compare/v2.2.1...v2.3.0) - Use Octokit to check Buildx release on GitHub by [@&#8203;crazy-max](https://togithub.com/crazy-max) ([#&#8203;191](https://togithub.com/docker/setup-buildx-action/issues/191) [#&#8203;192](https://togithub.com/docker/setup-buildx-action/issues/192)) - Add version pinning information to the README by [@&#8203;jedevc](https://togithub.com/jedevc) ([#&#8203;189](https://togithub.com/docker/setup-buildx-action/issues/189)) - Bump minimatch from 3.0.4 to 3.1.2 ([#&#8203;182](https://togithub.com/docker/setup-buildx-action/issues/182)) - Bump csv-parse from 5.3.1 to 5.3.3 ([#&#8203;181](https://togithub.com/docker/setup-buildx-action/issues/181)) - Bump json5 from 2.2.0 to 2.2.3 ([#&#8203;184](https://togithub.com/docker/setup-buildx-action/issues/184)) **Full Changelog**: docker/setup-buildx-action@v2.2.1...v2.3.0 </details> --- ### 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. --- - [ ] <!-- 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://app.renovatebot.com/dashboard#github/scottames/dots). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40MC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDAuMCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 013f630 commit e347b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/pr_chezmoi_init.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up QEMU
2020
uses: docker/setup-qemu-action@v2.1.0
2121
- name: Set up docker buildx
22-
uses: docker/setup-buildx-action@v2.2.1
22+
uses: docker/setup-buildx-action@v2.5.0
2323
- name: Build docker image
2424
uses: docker/build-push-action@v4
2525
with:

0 commit comments

Comments
 (0)