Skip to content

Commit

Permalink
Dump cache
Browse files Browse the repository at this point in the history
  • Loading branch information
squeaky-pl committed Feb 26, 2024
1 parent c5ad62e commit 837bd8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Dump full cache
run: docker system df -v --format '{{ .BuildCache | json }}'

- name: Dump cache
run: docker system df -v --format '{{ .BuildCache | json }}' | jq '.[] | select((.CacheType=="exec.cachemount") and (.Description | contains("pip install")))'

Expand Down

0 comments on commit 837bd8d

Please sign in to comment.