startersclan / docker-sourceservers

Source / Goldsource dedicated server images built through use of steamcmd. 🐳
Apache License 2.0
47 stars 5 forks source link

Fix (ci): Remove use of `docker build` `--cache-from` for clean images #99

Closed joeltimothyoh closed 2 years ago

joeltimothyoh commented 2 years ago

docker build by default automatically already uses build cache. Specifying --cache-from is unnecessary and could result in the use of trailing, unwanted cache from previously failed or false success builds sharing the same docker environment.