Skip to content

Commit

Permalink
Don't separate layer cache by service or commit
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Mar 16, 2021
1 parent 405c337 commit 6fb9a75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-push-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@ jobs:
id: cache
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ matrix.service }}-${{ github.sha }}
#key: ${{ runner.os }}-buildx-${{ matrix.service }}-${{ github.sha }}
# Don't separate cache by service etc.
key: ${{ runner.os }}-buildx
restore-keys: |
${{ runner.os }}-buildx-${{ matrix.service }}
${{ runner.os }}-buildx-
Expand Down

0 comments on commit 6fb9a75

Please sign in to comment.