Skip to content

Commit

Permalink
ci: 调试
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi committed Dec 17, 2024
1 parent 998e13c commit fa67b6d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-
Expand Down Expand Up @@ -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-
Expand Down Expand Up @@ -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-
Expand Down

0 comments on commit fa67b6d

Please sign in to comment.