logrus.Warnf("No output specified for %s driver. Build result will only remain in the build cache. To push result image into registry use --push or to load image into docker use --load",noMobyDriver.Factory().Name())
warnNoOutputBuf.WriteString(fmt.Sprintf("for %s target(s) with %s driver",strings.Join(noOutputTargets,", "),noMobyDriver.Factory().Name()))
}
logrus.Warnf("%s. Build result will only remain in the build cache. To push result image into registry use --push or to load image into docker use --load",warnNoOutputBuf.String())