From 737c44da123dca199b7342206bdb586a22c8f2d6 Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Sun, 9 Nov 2025 19:50:55 +0100 Subject: [PATCH] caching --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f5a770e..cee57d7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -142,3 +142,5 @@ jobs: push: true provenance: false tags: ${{ steps.tag_list.outputs.tags }} + cache-from: type=gha + cache-to: type=gha,mode=max