kopia lustrzana https://github.com/linuxserver/docker-documentation
Merge d6b0ffe72d
into 4c6526ab85
commit
61c47ed7ad
|
@ -27,14 +27,14 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
|
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
|
||||||
- name: Cache dependencies
|
- name: Cache dependencies
|
||||||
uses: actions/cache@v4.2.0
|
uses: actions/cache@v4.2.3
|
||||||
with:
|
with:
|
||||||
path: ${{ steps.pip-cache.outputs.dir }}
|
path: ${{ steps.pip-cache.outputs.dir }}
|
||||||
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
|
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-pip-
|
${{ runner.os }}-pip-
|
||||||
- name: Cache d2 database
|
- name: Cache d2 database
|
||||||
uses: actions/cache/restore@v4.2.0 # We only want to restore the cache, to avoid overwriting the cache on PRs
|
uses: actions/cache/restore@v4.2.3 # We only want to restore the cache, to avoid overwriting the cache on PRs
|
||||||
with:
|
with:
|
||||||
path: .cache/plugin/d2
|
path: .cache/plugin/d2
|
||||||
key: ${{ runner.os }}-d2
|
key: ${{ runner.os }}-d2
|
||||||
|
@ -76,14 +76,14 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
|
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
|
||||||
- name: Cache dependencies
|
- name: Cache dependencies
|
||||||
uses: actions/cache@v4.2.0
|
uses: actions/cache@v4.2.3
|
||||||
with:
|
with:
|
||||||
path: ${{ steps.pip-cache.outputs.dir }}
|
path: ${{ steps.pip-cache.outputs.dir }}
|
||||||
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
|
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-pip-
|
${{ runner.os }}-pip-
|
||||||
- name: Cache d2 database
|
- name: Cache d2 database
|
||||||
uses: actions/cache@v4.2.0
|
uses: actions/cache@v4.2.3
|
||||||
with:
|
with:
|
||||||
path: .cache/plugin/d2
|
path: .cache/plugin/d2
|
||||||
key: ${{ runner.os }}-d2
|
key: ${{ runner.os }}-d2
|
||||||
|
|
Ładowanie…
Reference in New Issue