mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-19 11:42:43 +00:00
ci: bump actions/cache
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
parent
6d092c88c2
commit
ec6df4e213
4
.github/workflows/docker-images.yml
vendored
4
.github/workflows/docker-images.yml
vendored
@ -68,7 +68,7 @@ jobs:
|
|||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
-
|
-
|
||||||
name: Cache Docker layers
|
name: Cache Docker layers
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
with:
|
with:
|
||||||
path: /tmp/.buildx-cache
|
path: /tmp/.buildx-cache
|
||||||
@ -77,7 +77,7 @@ jobs:
|
|||||||
${{ runner.os }}-buildx-${{ matrix.image }}-
|
${{ runner.os }}-buildx-${{ matrix.image }}-
|
||||||
-
|
-
|
||||||
name: Cache Docker layers
|
name: Cache Docker layers
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
with:
|
with:
|
||||||
path: /tmp/.buildx-cache
|
path: /tmp/.buildx-cache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user