Skip to content

Commit

Permalink
Updating docker_solver_build.yml
Browse files Browse the repository at this point in the history
Removing the old cache directory before updating it. This should fix the error for future pushes on main.
  • Loading branch information
dcodoni committed Oct 8, 2024
1 parent f754c50 commit 8a09011
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker_solver_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,6 @@ jobs:

- name: Move new cache to old cache
if: always()
run: mv /tmp/.buildx-cache-new /tmp/.buildx-cache
run: |
rm -rf /tmp/.buildx-cache
mv /tmp/.buildx-cache-new /tmp/.buildx-cache

0 comments on commit 8a09011

Please sign in to comment.