Skip to content

Commit

Permalink
One more try
Browse files Browse the repository at this point in the history
  • Loading branch information
squeaky-pl committed Feb 26, 2024
1 parent 6c9e264 commit bb21189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
cache-to: type=gha,mode=max

- name: Dump buildx cache
run: docker buildx du --filter type=exec.cachemount
run: docker buildx du --filter type=exec.cachemount | head -2 | tail -1 | cut -d \* -f1

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

0 comments on commit bb21189

Please sign in to comment.