Report ci disk space + minor docker fixes (#5461)

* ci: add docker build timout; log free space on runner before and after build

* docker: bump frontend builder to node=20.x; skip linting on build

* chore: gitignore .pnpm-store

* update code owners for docker and CI

---------

Co-authored-by: Millun Atluri <Millu@users.noreply.github.com>
This commit is contained in:
Eugene Brodsky
2024-01-10 00:20:26 -05:00
committed by GitHub
parent 80ec9f4131
commit 968fb655a4
4 changed files with 11 additions and 7 deletions

View File

@ -8,6 +8,7 @@ pnpm-debug.log*
lerna-debug.log*
node_modules
.pnpm-store
# We want to distribute the repo
dist
dist/**