mirror of
https://github.com/hanxi/xiaomusic.git
synced 2025-12-06 14:52:50 +08:00
ci: 调试
This commit is contained in:
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@@ -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-
|
||||
|
||||
Reference in New Issue
Block a user