From 0255bfabee87e777de324f708df795a2f7d7b012 Mon Sep 17 00:00:00 2001 From: Andrew Valleteau Date: Thu, 10 Apr 2025 09:21:51 +0200 Subject: [PATCH] fix: remove cache in release action --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f01e1a2b..686752cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -92,5 +92,3 @@ jobs: push: true platforms: linux/amd64,linux/arm64 tags: ${{ steps.meta.outputs.tags }} - cache-from: type=gha - cache-to: type=gha,mode=max