diff --git a/app/Jobs/ApplicationDeploymentJob.php b/app/Jobs/ApplicationDeploymentJob.php index 9d4f563cb..15259a082 100644 --- a/app/Jobs/ApplicationDeploymentJob.php +++ b/app/Jobs/ApplicationDeploymentJob.php @@ -620,7 +620,6 @@ private function push_to_docker_registry() ], ); } - $this->application_deployment_queue->addLogEntry("Image pushed to docker registry."); } catch (Exception $e) { $this->application_deployment_queue->addLogEntry("Failed to push image to docker registry. Please check debug logs for more information."); if ($forceFail) { diff --git a/app/Jobs/ApplicationDeploymentJobNew.php b/app/Jobs/ApplicationDeploymentJobNew.php index 6c9c59b36..dedd736da 100644 --- a/app/Jobs/ApplicationDeploymentJobNew.php +++ b/app/Jobs/ApplicationDeploymentJobNew.php @@ -720,7 +720,6 @@ private function push_to_docker_registry() ], ); } - $this->application_deployment_queue->addLogEntry("Image pushed to docker registry."); } catch (Exception $e) { $this->application_deployment_queue->addLogEntry("Failed to push image to docker registry. Please check debug logs for more information."); if ($forceFail) {