We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26064d4 commit eeea049Copy full SHA for eeea049
pkg/compose/push.go
@@ -63,7 +63,7 @@ func (s *composeService) push(ctx context.Context, project *types.Project, optio
63
for _, service := range project.Services {
64
if service.Build == nil || service.Image == "" {
65
if options.ImageMandatory && service.Image == "" {
66
- return fmt.Errorf("%q attribut is mandatory to push an image for service %q", "service.image", service.Name)
+ return fmt.Errorf("%q attribute is mandatory to push an image for service %q", "service.image", service.Name)
67
}
68
w.Event(progress.Event{
69
ID: service.Name,
0 commit comments