[#16] tried changing dockerfile to buildkit (WIP)

This commit is contained in:
Jef Roosens 2021-04-08 23:56:08 +02:00
parent 4950c3660e
commit 7b9bf223c6
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
3 changed files with 7 additions and 5 deletions

2
build
View file

@ -26,7 +26,7 @@ else
fi
# Run the actual build command
docker build -t "$1:$tags" .
DOCKER_BUILDKIT=1 docker build -t "$1:$tags" .
if [[ "$2" = push ]]; then
[[ "$branch" =~ ^develop|master$ ]] || {