This commit is contained in:
Pasha Sviderski
2025-11-04 18:20:10 +10:00
parent 6e4439bf49
commit 809d1eca77
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -139,7 +139,6 @@ func runDeploy(ctx context.Context, uncli *cli.CLI, opts deployOptions) error {
} }
return nil return nil
}, uncli.ProgressOut(), fmt.Sprintf("Pushing image %s to cluster", boldStyle.Render(s.Image))) }, uncli.ProgressOut(), fmt.Sprintf("Pushing image %s to cluster", boldStyle.Render(s.Image)))
// Collect errors to try pushing all images. // Collect errors to try pushing all images.
if err != nil { if err != nil {
errs = append(errs, err) errs = append(errs, err)
-1
View File
@@ -130,7 +130,6 @@ func (cli *CLI) BuildServices(ctx context.Context, project *composetypes.Project
} }
return nil return nil
}, cli.ProgressOut(), fmt.Sprintf("Pushing image %s to cluster", boldStyle.Render(s.Image))) }, cli.ProgressOut(), fmt.Sprintf("Pushing image %s to cluster", boldStyle.Render(s.Image)))
// Collect errors to try pushing all images. // Collect errors to try pushing all images.
if err != nil { if err != nil {
errs = append(errs, err) errs = append(errs, err)