Skip to content

Commit a53343f

Browse files
committed
Use DOCKER_BUILDKIT=1 in CI
1 parent 80ae21b commit a53343f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
jobs:
55
build:
66
runs-on: ubuntu-latest
7+
env:
8+
DOCKER_BUILDKIT: 1
79
steps:
810
- run: mkdir -p repos/undefx
911
- name: Checkout undefx/py3tester

0 commit comments

Comments
 (0)