mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-18 12:06:38 +00:00
remove redundant image push operation
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user