mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-11-09 11:10:34 +08:00
parent
13679ff301
commit
1095aa2b65
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ func (u *ImageService) ImageBuild(req dto.ImageBuild) (string, error) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
global.LOG.Infof("build image %s successful!", req.Name)
|
global.LOG.Infof("build image %s successful!", req.Name)
|
||||||
_, _ = io.Copy(file, res.Body)
|
_, _ = file.Write(body)
|
||||||
_, _ = file.WriteString("image build successful!")
|
_, _ = file.WriteString("image build successful!")
|
||||||
}()
|
}()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue