forked from vieter-v/vieter
refactor: work with new docker lib
This commit is contained in:
parent
b5ff50066b
commit
5176266ca1
4 changed files with 5 additions and 5 deletions
|
|
@ -26,7 +26,7 @@ fn build(conf Config, target_id int, force bool) ! {
|
|||
dd.close() or {}
|
||||
}
|
||||
|
||||
dd.remove_image(image_id)!
|
||||
dd.image_remove(image_id)!
|
||||
|
||||
println('Uploading logs to Vieter...')
|
||||
c.add_build_log(target.id, res.start_time, res.end_time, build_arch, res.exit_code,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue