fix: set default value
This commit is contained in:
parent
cc5e70373f
commit
b1be394d6b
@ -242,6 +242,7 @@ func (c Container) Build(image string, envs, runs []string) (err error) {
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
buf = []byte(cf)
|
||||
}
|
||||
|
||||
if string(buf) == cf && c.Exist() && UseCache {
|
||||
|
Loading…
Reference in New Issue
Block a user