mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-11-01 19:58:19 +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
|
||||
}
|
||||
global.LOG.Infof("build image %s successful!", req.Name)
|
||||
_, _ = io.Copy(file, res.Body)
|
||||
_, _ = file.Write(body)
|
||||
_, _ = file.WriteString("image build successful!")
|
||||
}()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue