Skip to content

Commit c4b136d

Browse files
committed
Makefile: Use DOCKER_BUILDKIT=1
1 parent 68fee1c commit c4b136d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ test: $($ISSO_PY_SRC)
9393
PYTHONPATH=. pytest --doctest-modules isso/
9494

9595
docker:
96-
docker build -t isso:latest .
96+
DOCKER_BUILDKIT=1 docker build -t isso:latest .
9797

9898
docker-push:
9999
docker tag isso:latest ghcr.io/isso-comments/isso:dev

0 commit comments

Comments
 (0)