build: use Docker BuildKit

This ensures that only the required containers are built and started.
This commit is contained in:
Oliver Davies 2021-12-19 19:54:28 +00:00
parent f48493f300
commit a8c5862904

3
run
View file

@ -7,6 +7,9 @@ if [[ ! -t 1 ]]; then
TTY="-T"
fi
export COMPOSE_DOCKER_CLI_BUILD=1
export DOCKER_BUILDKIT=1
function task:build-and-push-images {
export DOCKER_BUILDKIT=1