From 267c4271b5894daaf5a1a21f26a3f1ede5d9c0ab Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Sun, 2 Feb 2025 21:10:15 +0100 Subject: [PATCH] Remove cache from build and push action --- .github/workflows/build_and_push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_push.yml b/.github/workflows/build_and_push.yml index 7269311a..63f963e4 100644 --- a/.github/workflows/build_and_push.yml +++ b/.github/workflows/build_and_push.yml @@ -67,8 +67,8 @@ jobs: push: true tags: ${{ steps.docker_meta.outputs.tags }} platforms: linux/arm64 - cache-from: type=local,src=/tmp/.buildx-cache - cache-to: type=local,dest=/tmp/.buildx-cache-arm64 + # cache-from: type=local,src=/tmp/.buildx-cache + # cache-to: type=local,dest=/tmp/.buildx-cache-arm64 - name: Build and push (other architectures) uses: docker/build-push-action@v2