refactor(workflows): replace jq with PHP script for version retrieval in workflows

This commit is contained in:
Andras Bacsai
2025-01-22 14:05:29 +01:00
parent 8c7daed061
commit c9869e13e0
6 changed files with 21 additions and 10 deletions

View File

@@ -4,6 +4,7 @@ return [
'coolify' => [
'version' => '4.0.0-beta.388',
'helper_version' => '1.0.5',
'realtime_version' => '1.0.5',
'self_hosted' => env('SELF_HOSTED', true),
'autoupdate' => env('AUTOUPDATE'),
'base_config_path' => env('BASE_CONFIG_PATH', '/data/coolify'),