fix
This commit is contained in:
parent
d8151ddb2e
commit
eda8b34297
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ public function handle(): void
|
|||
try {
|
||||
$helperImage = config('coolify.helper_image');
|
||||
ray("Pulling {$helperImage}");
|
||||
instant_remote_process(["docker pull -q {$helperImage}"], $this->server);
|
||||
instant_remote_process(["docker pull -q {$helperImage}"], $this->server, false);
|
||||
ray('PullHelperImageJob done');
|
||||
} catch (\Throwable $e) {
|
||||
send_internal_notification('PullHelperImageJob failed with: ' . $e->getMessage());
|
||||
|
|
|
|||
Loading…
Reference in a new issue