mirror of
https://github.com/samschott/maestral.git
synced 2024-11-11 01:41:28 +03:00
Merge pull request #1014 from samschott/dependabot/github_actions/actions/cache-4
This commit is contained in:
commit
8f333661f5
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -88,7 +88,7 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Cache Docker layers
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: /tmp/.buildx-cache
|
||||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
||||
|
Loading…
Reference in New Issue
Block a user