Skip to content

Commit

Permalink
move cache
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen committed Sep 19, 2024
1 parent 3f8d57b commit cb80ecc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,11 @@ jobs:
platforms: linux/amd64
build-contexts: |
artifacts=artifacts
- # Temp fix
# https://github.com/docker/build-push-action/issues/252
# https://github.com/moby/buildkit/issues/1896
name: Move cache
run: |
rm -rf /tmp/.buildx-cache
mv /tmp/.buildx-cache-new /tmp/.buildx-cache

0 comments on commit cb80ecc

Please sign in to comment.