fix: revert change

This commit is contained in:
David Buday 2024-11-08 18:10:25 +01:00
parent 5a1431cf84
commit 5187324b03

View file

@ -1982,7 +1982,7 @@ class ApplicationDeploymentJob implements ShouldBeEncrypted, ShouldQueue
$this->application_deployment_queue->addLogEntry("Pulling latest image ($image) from the registry.");
$this->execute_remote_command(
[
executeInDocker($this->deployment_uuid, "docker pull {$this->application->registry_url}/{$image}"),
executeInDocker($this->deployment_uuid, "docker pull {$image}"),
'hidden' => true,
]
);