update buildkit flag

This commit is contained in:
Colin Griffin
2022-05-20 14:10:53 -04:00
parent abe8664c56
commit a030c32b8b

View File

@@ -60,10 +60,9 @@ jobs:
# BASE_URL=http://localhost:3000
# NEXT_PUBLIC_APP_URL=http://localhost:3000
# DATABASE_URL=${DATABASE_URL}
- name: Build with docker compose
run: |
docker compose build calcom
DOCKER_BUILDKIT=0 docker compose build calcom
- name: Cleanup
run: |