From d5fffd122d8366e74d97abfa708f3bc6dc1a347f Mon Sep 17 00:00:00 2001 From: ytshih Date: Wed, 23 Apr 2025 10:27:34 +0800 Subject: [PATCH] Fix: add parameter to cache-to --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 311d3e0..5b951bf 100644 --- a/action.yaml +++ b/action.yaml @@ -99,4 +99,4 @@ runs: cache-from: | type=registry,ref=${{ inputs.push-registry }}/${{ env.GITEA_REPO }}/cache cache-to: | - type=registry,ref=${{ inputs.push-registry }}/${{ env.GITEA_REPO }}/cache + type=registry,mode=max,image-manifest=true,oci-mediatypes=true,ref=${{ inputs.push-registry }}/${{ env.GITEA_REPO }}/cache