1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2025-12-06 14:52:50 +08:00

ci: 调试

This commit is contained in:
涵曦
2024-12-17 12:45:18 +08:00
parent 998e13c2fe
commit fa67b6deb1

View File

@@ -24,7 +24,9 @@ jobs:
- name: Cache Docker layers
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
path: |
/tmp/.buildx-cache
/tmp/.buildx-cache-new
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
@@ -85,7 +87,9 @@ jobs:
- name: Cache Docker layers for testing
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
path: |
/tmp/.buildx-cache
/tmp/.buildx-cache-new
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
@@ -140,7 +144,9 @@ jobs:
- name: Cache Docker layers for packaging
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
path: |
/tmp/.buildx-cache
/tmp/.buildx-cache-new
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-