Enable docker buildkit for parallel multistage builds

Hello, I just enabled docker buildkit (BuildKit | Docker Documentation) for my local builds and it’s doing wonders (building independent stages in parallel).

Wondering how I can enable it for Qovery builds as well. The simplest way is to have DOCKER_BUILDKIT=1 in the env when running docker build.

Thanks!