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