Skip to content

Commit

Permalink
Fix: Fix wrong cache paths
Browse files Browse the repository at this point in the history
  • Loading branch information
leojonathanoh committed Nov 10, 2023
1 parent f3208d9 commit 942c044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-master-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Cache Docker layers (asp)
uses: actions/cache@v3
with:
path: /tmp/.buildx-asp-cache-nginx
path: /tmp/.buildx-cache-asp
key: ${{ runner.os }}-buildx-asp-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-asp-
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Cache Docker layers (bf2sclone)
uses: actions/cache@v3
with:
path: /tmp/.buildx-bf2sclone-cache-nginx
path: /tmp/.buildx-cache-bf2sclone
key: ${{ runner.os }}-buildx-bf2sclone-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-bf2sclone-
Expand Down

0 comments on commit 942c044

Please sign in to comment.