From cb80ecc4a2c4a990b13047564498dd68ea81c487 Mon Sep 17 00:00:00 2001 From: steebchen Date: Thu, 19 Sep 2024 15:09:04 -0400 Subject: [PATCH] move cache --- .github/workflows/preview.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index e547b26a67..55e9fe7cda 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -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