Open eddienko opened 4 years ago
In the file build.py
build.py
if cache_from: cmd +=' --cache-from {cache_from}'
should be
if cache_from: cmd += f' --cache-from {cache_from}'
In the file
build.py
should be