update buildkit flag
This commit is contained in:
3
.github/workflows/test-docker-build.yml
vendored
3
.github/workflows/test-docker-build.yml
vendored
@@ -60,10 +60,9 @@ jobs:
|
|||||||
# BASE_URL=http://localhost:3000
|
# BASE_URL=http://localhost:3000
|
||||||
# NEXT_PUBLIC_APP_URL=http://localhost:3000
|
# NEXT_PUBLIC_APP_URL=http://localhost:3000
|
||||||
# DATABASE_URL=${DATABASE_URL}
|
# DATABASE_URL=${DATABASE_URL}
|
||||||
|
|
||||||
- name: Build with docker compose
|
- name: Build with docker compose
|
||||||
run: |
|
run: |
|
||||||
docker compose build calcom
|
DOCKER_BUILDKIT=0 docker compose build calcom
|
||||||
|
|
||||||
- name: Cleanup
|
- name: Cleanup
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user