mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-06-27 17:38:25 +00:00
chore(deps): update https://github.com/reproducible-containers/buildkit-cache-dance action to v3.2.0 (#135)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [https://github.com/reproducible-containers/buildkit-cache-dance](https://github.com/reproducible-containers/buildkit-cache-dance) | action | minor | `v3.1.0` -> `v3.2.0` | --- ### Release Notes <details> <summary>reproducible-containers/buildkit-cache-dance (https://github.com/reproducible-containers/buildkit-cache-dance)</summary> ### [`v3.2.0`](https://github.com/reproducible-containers/buildkit-cache-dance/releases/tag/v3.2.0) [Compare Source](https://github.com/reproducible-containers/buildkit-cache-dance/compare/v3.1.2...v3.2.0) #### What's Changed - Allow overriding container image by [@​relu](https://github.com/relu) in https://github.com/reproducible-containers/buildkit-cache-dance/pull/44 - Added support for running with different builder by [@​ty2](https://github.com/ty2) in https://github.com/reproducible-containers/buildkit-cache-dance/pull/45 - Determine default cache map from Dockerfile by [@​bennesp](https://github.com/bennesp) in https://github.com/reproducible-containers/buildkit-cache-dance/pull/49 #### New Contributors - [@​relu](https://github.com/relu) made their first contribution in https://github.com/reproducible-containers/buildkit-cache-dance/pull/44 - [@​ty2](https://github.com/ty2) made their first contribution in https://github.com/reproducible-containers/buildkit-cache-dance/pull/45 - [@​bennesp](https://github.com/bennesp) made their first contribution in https://github.com/reproducible-containers/buildkit-cache-dance/pull/49 **Full Changelog**: https://github.com/reproducible-containers/buildkit-cache-dance/compare/v3.1.2...v3.2.0 ### [`v3.1.2`](https://github.com/reproducible-containers/buildkit-cache-dance/releases/tag/v3.1.2) [Compare Source](https://github.com/reproducible-containers/buildkit-cache-dance/compare/v3.1.1...v3.1.2) #### What's Changed - Fix not preserving uid and/or gid by [@​mabrikan](https://github.com/mabrikan) in https://github.com/reproducible-containers/buildkit-cache-dance/pull/35 - Use sudo to clear cache source during extraction by [@​rose-m](https://github.com/rose-m) in https://github.com/reproducible-containers/buildkit-cache-dance/pull/37 #### New Contributors - [@​mabrikan](https://github.com/mabrikan) made their first contribution in https://github.com/reproducible-containers/buildkit-cache-dance/pull/35 - [@​rose-m](https://github.com/rose-m) made their first contribution in https://github.com/reproducible-containers/buildkit-cache-dance/pull/37 **Full Changelog**: https://github.com/reproducible-containers/buildkit-cache-dance/compare/v3.1.1...v3.1.2 ### [`v3.1.1`](https://github.com/reproducible-containers/buildkit-cache-dance/releases/tag/v3.1.1) [Compare Source](https://github.com/reproducible-containers/buildkit-cache-dance/compare/v3.1.0...v3.1.1) #### What's Changed - Ensure scratch directory exists when calling extractCache by [@​Chagui-](https://github.com/Chagui-) in https://github.com/reproducible-containers/buildkit-cache-dance/pull/29 - Do not extract cache on job failure by [@​borchero](https://github.com/borchero) in https://github.com/reproducible-containers/buildkit-cache-dance/pull/32 #### New Contributors - [@​Chagui-](https://github.com/Chagui-) made their first contribution in https://github.com/reproducible-containers/buildkit-cache-dance/pull/29 - [@​borchero](https://github.com/borchero) made their first contribution in https://github.com/reproducible-containers/buildkit-cache-dance/pull/32 **Full Changelog**: https://github.com/reproducible-containers/buildkit-cache-dance/compare/v3.1.0...v3.1.1 </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 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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yOS4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjkuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Reviewed-on: https://git.nadeko.net/Fijxu/invidious/pulls/135 Co-authored-by: Renovate Bot <git@nadeko.net> Co-committed-by: Renovate Bot <git@nadeko.net>
This commit is contained in:
parent
7efee6bb2e
commit
ae559c865c
@ -51,7 +51,7 @@ jobs:
|
||||
key: cache-${{ hashFiles('./Dockerfile') }}
|
||||
|
||||
- name: Inject cache into Docker
|
||||
uses: https://github.com/reproducible-containers/buildkit-cache-dance@v3.1.0
|
||||
uses: https://github.com/reproducible-containers/buildkit-cache-dance@v3.2.0
|
||||
with:
|
||||
cache-map: |
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user