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