-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
switch to actions-toolkit implementation #70
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
crazy-max
force-pushed
the
switch-toolkit
branch
4 times, most recently
from
February 21, 2023 00:37
9a069a9
to
d05c19e
Compare
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
crazy-max
force-pushed
the
switch-toolkit
branch
from
February 21, 2023 08:44
d05c19e
to
fa840dd
Compare
tonistiigi
approved these changes
Feb 24, 2023
scottames
referenced
this pull request
in scottames/dots
Jun 13, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/setup-qemu-action](https://togithub.com/docker/setup-qemu-action) | action | minor | `v2.1.0` -> `v2.2.0` | --- ### Release Notes <details> <summary>docker/setup-qemu-action</summary> ### [`v2.2.0`](https://togithub.com/docker/setup-qemu-action/releases/tag/v2.2.0) [Compare Source](https://togithub.com/docker/setup-qemu-action/compare/v2.1.0...v2.2.0) #### What's Changed - Trim off spaces in `platforms` input by [@​Chocobo1](https://togithub.com/Chocobo1) in [https://github.com/docker/setup-qemu-action/pull/64](https://togithub.com/docker/setup-qemu-action/pull/64) - Switch to actions-toolkit implementation by [@​crazy-max](https://togithub.com/crazy-max) in [https://github.com/docker/setup-qemu-action/pull/70](https://togithub.com/docker/setup-qemu-action/pull/70) [https://github.com/docker/setup-qemu-action/pull/80](https://togithub.com/docker/setup-qemu-action/pull/80) [https://github.com/docker/setup-qemu-action/pull/83](https://togithub.com/docker/setup-qemu-action/pull/83) #### New Contributors - [@​Chocobo1](https://togithub.com/Chocobo1) made their first contribution in [https://github.com/docker/setup-qemu-action/pull/64](https://togithub.com/docker/setup-qemu-action/pull/64) **Full Changelog**: docker/setup-qemu-action@v2.1.0...v2.2.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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjExMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Switch to
@docker/actions-toolkit
so we can avoid dedup code across our actions. Also adds extra commits to add some tests.