Skip to content

Commit

Permalink
Fixed dirs in clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianTrommer committed Oct 25, 2024
1 parent f26a56f commit bcbb6e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,6 @@ jobs:

- name: Clean up cache
run: |
rm -rf ./.buildx-cache
mv ./.buildx-cache-new /tmp/.buildx-cache
rm -rf ./.buildx-cache/cache/test
rm -rf ./.buildx-cache/cache/latest
mv ./.buildx-cache/cache-new ./.buildx-cache/cache

0 comments on commit bcbb6e2

Please sign in to comment.