From dae9114d0074006c8c107380609c46572f945aa7 Mon Sep 17 00:00:00 2001 From: uink45 <79078981+uink45@users.noreply.github.com> Date: Fri, 23 Jan 2026 12:58:06 +1000 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bac6d86..b8b0ab6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,5 +95,5 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: ${{ secrets.DOCKERHUB_USERNAME }}/lantern:${{ github.event.inputs.docker_tag }} - cache-from: type=gha - cache-to: type=gha,mode=max + cache-from: type=gha,scope=lantern-docker + cache-to: type=gha,mode=min,scope=lantern-docker