fix: found image name

This commit is contained in:
Andras Bacsai 2023-07-06 14:31:06 +02:00
parent 49733c239b
commit 112256ca01

View File

@ -164,7 +164,7 @@ private function deploy()
if (!$this->force_rebuild) {
$this->execute_remote_command([
"docker images -q {$this->application->uuid}:{$this->commit} 2>/dev/null", "hidden" => true, "save" => "local_image_found"
"docker images -q {$this->production_image_name} 2>/dev/null", "hidden" => true, "save" => "local_image_found"
]);
if (Str::of($this->saved_outputs->get('local_image_found'))->isNotEmpty()) {
$this->execute_remote_command([