remove redundant image push operation

This commit is contained in:
Dylan
2021-02-04 16:15:43 +08:00
parent a761e75c01
commit ea306dac5e
+1 -1
View File
@@ -106,7 +106,7 @@ func (b *Build) buildImage(io cmdutil.IOStreams, image string) error {
io.Errorf("BuildImage wait for command execution error:%s", err.Error())
return err
}
return b.pushImage(io, image)
return nil
}
func (b *Build) pushImage(io cmdutil.IOStreams, image string) error {