From 64001fdee61e0550439b0894012e894063935a5f Mon Sep 17 00:00:00 2001 From: Brendan Galloway Date: Wed, 4 Dec 2024 14:46:41 +0200 Subject: [PATCH] fix: remove caching instructions from mic build --- .github/workflows/weekly.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/weekly.yaml b/.github/workflows/weekly.yaml index 1c12129537..4ad6a1740b 100644 --- a/.github/workflows/weekly.yaml +++ b/.github/workflows/weekly.yaml @@ -55,8 +55,6 @@ jobs: - name: build and push uses: docker/build-push-action@v2 with: - cache-from: type=registry, ref=sefaria-mongo/cache - cache-to: type=registry, ref=sefaria-mongo/cache, mode=max context: . push: true file: ./build/standalone-db/Dockerfile