forked from vieter-v/vieter
feat(cron): added automatic rebuilding of image; implemented builds
This commit is contained in:
parent
98c0e52b08
commit
369b4458c5
5 changed files with 94 additions and 63 deletions
|
|
@ -23,7 +23,7 @@ pub fn cron(conf Config) ? {
|
|||
}
|
||||
|
||||
mut d := daemon.init_daemon(logger, conf.address, conf.api_key, conf.base_image, ce,
|
||||
conf.max_concurrent_builds, conf.api_update_frequency) ?
|
||||
conf.max_concurrent_builds, conf.api_update_frequency, conf.image_rebuild_frequency) ?
|
||||
|
||||
d.run() ?
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue