|
@@ -355,11 +355,7 @@ func (b *Builder) Build(ctx context.Context, opt backend.BuildConfig) (*builder.
|
|
exporterName := ""
|
|
exporterName := ""
|
|
exporterAttrs := map[string]string{}
|
|
exporterAttrs := map[string]string{}
|
|
if len(opt.Options.Outputs) == 0 {
|
|
if len(opt.Options.Outputs) == 0 {
|
|
- if b.useSnapshotter {
|
|
|
|
- exporterName = client.ExporterImage
|
|
|
|
- } else {
|
|
|
|
- exporterName = exporter.Moby
|
|
|
|
- }
|
|
|
|
|
|
+ exporterName = exporter.Moby
|
|
} else {
|
|
} else {
|
|
// cacheonly is a special type for triggering skipping all exporters
|
|
// cacheonly is a special type for triggering skipping all exporters
|
|
if opt.Options.Outputs[0].Type != "cacheonly" {
|
|
if opt.Options.Outputs[0].Type != "cacheonly" {
|