Skip to content

Commit

Permalink
fix: cache keys add matrix values
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyShorokhov committed Mar 31, 2024
1 parent d55023c commit 0cec78e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
uses: actions/[email protected]
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
key: ${{ runner.os }}-buildx-${{ github.sha }}-${{ matrix.branch }}
restore-keys: |
${{ runner.os }}-buildx-
${{ runner.os }}-buildx-${{ matrix.branch }}
- name: Log in to Docker Hub
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit 0cec78e

Please sign in to comment.