fix: build_image not found

This commit is contained in:
Andras Bacsai
2023-11-06 20:53:51 +01:00
parent 68b1b9774d
commit 9007a645a6
3 changed files with 64 additions and 4 deletions

View File

@@ -293,7 +293,6 @@ class ApplicationDeploymentJob implements ShouldQueue, ShouldBeEncrypted
$this->build_image_name = Str::lower("{$this->application->git_repository}:{$tag}-build");
$this->production_image_name = Str::lower("{$this->application->uuid}:{$tag}");
}
ray('Build Image Name: ' . $this->build_image_name . ' & Production Image Name: ' . $this->production_image_name)->green();
}
private function just_restart()
{