We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 359133b commit 12ad0fdCopy full SHA for 12ad0fd
pkg/compose/build_classic.go
@@ -65,7 +65,7 @@ func (s *composeService) doBuildClassic(ctx context.Context, project *types.Proj
65
return nameDigests, errs
66
}
67
68
-//nolint: gocyclo
+// nolint: gocyclo
69
func (s *composeService) doBuildClassicSimpleImage(ctx context.Context, options buildx.Options) (string, error) {
70
var (
71
buildCtx io.ReadCloser
0 commit comments