tiny-pilot / janus-debian

MIT License
1 stars 0 forks source link

Use Docker build --progress=plain for better logging in CircleCI #12

Closed mtlynch closed 1 year ago

mtlynch commented 1 year ago

The buildx has nice logging on an interactive terminal, but in CI, it spams the logs with thousands of logs trying to update the screen. Using --progress=plain results in much cleaner CI output.