1
0

fix: set default value

This commit is contained in:
2024-02-21 17:57:44 +00:00
parent cc5e70373f
commit b1be394d6b

View File

@ -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 {