From ec7aaa18ab2370058829802c98d98dac02acc5b9 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Fri, 6 Jan 2023 19:58:35 -0600 Subject: [PATCH] try and avoid caching extra large tensorrt layers (#4942) --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c166eb10..4c6171d5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,4 +51,3 @@ jobs: tags: | ghcr.io/blakeblackshear/frigate:${{ github.ref_name }}-${{ env.SHORT_SHA }}-tensorrt cache-from: type=gha - cache-to: type=gha,mode=max \ No newline at end of file