diff --git a/cmd/uncloud/deploy.go b/cmd/uncloud/deploy.go index 29888afd..3cdc1461 100644 --- a/cmd/uncloud/deploy.go +++ b/cmd/uncloud/deploy.go @@ -139,7 +139,6 @@ func runDeploy(ctx context.Context, uncli *cli.CLI, opts deployOptions) error { } return nil }, uncli.ProgressOut(), fmt.Sprintf("Pushing image %s to cluster", boldStyle.Render(s.Image))) - // Collect errors to try pushing all images. if err != nil { errs = append(errs, err) diff --git a/internal/cli/build.go b/internal/cli/build.go index 36b4a6e9..46e1c5e3 100644 --- a/internal/cli/build.go +++ b/internal/cli/build.go @@ -130,7 +130,6 @@ func (cli *CLI) BuildServices(ctx context.Context, project *composetypes.Project } return nil }, cli.ProgressOut(), fmt.Sprintf("Pushing image %s to cluster", boldStyle.Render(s.Image))) - // Collect errors to try pushing all images. if err != nil { errs = append(errs, err)