diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a611e6..c57ddf3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ variables: ROCKY_9_IMAGE_VERSION: 20250702_171314_update_rocky9_dockerhub ROCKY_10_IMAGE_VERSION: 20250908_164454_rocky10_first DEBIAN_12_IMAGE_VERSION: 20250908_154742_refresh_dependencies - DEBIAN_13_IMAGE_VERSION: 20250908_114350_debian13_first_push + DEBIAN_13_IMAGE_VERSION: 20251204_115628_update_packages PHP_REDIS_REMI_VERSION: php-pecl-redis6-6.1.0-1 PHP_IGBINARY_REMI_VERSION: php-pecl-igbinary-3.2.16-2 PHP_MSGPACK_REMI_VERSION: php-pecl-msgpack-2.2.0-3 diff --git a/flexiapi/app/Console/Commands/Accounts/CreateAdminTest.php b/flexiapi/app/Console/Commands/Accounts/CreateAdminTest.php index 42ad735..a188138 100644 --- a/flexiapi/app/Console/Commands/Accounts/CreateAdminTest.php +++ b/flexiapi/app/Console/Commands/Accounts/CreateAdminTest.php @@ -41,7 +41,7 @@ class CreateAdminTest extends Command $domain = 'sip.example.org'; $this->call('spaces:create-update', [ - 'domain' => $domain, + 'sip_domain' => $domain, 'host' => $domain, 'name' => $domain, '--super' => 'true'