From 8d722bc64eabbd445ec323db15c5337a8d1cb545 Mon Sep 17 00:00:00 2001 From: Julien Castets Date: Tue, 29 Oct 2024 15:52:19 +0100 Subject: [PATCH] Remove cache-from and cache-to The step "exporting to image" seems much longer with the cache enabled. --- .github/workflows/main.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6ce2fbd..1574f3b 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -32,8 +32,6 @@ jobs: context: . file: Dockerfile.bundled_model tags: ${{ matrix.model.tag }} - cache-from: type=registry,ref=${{ matrix.model.tag }} - cache-to: type=inline outputs: | type=registry,compression=zstd build-args: |