Skip to content

Commit 227d17a

Browse files
committed
ci: with docker buildkit
1 parent 2bbdb8f commit 227d17a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,10 @@ jobs:
9292
- name: Pull Dependencies
9393
run: ${{ matrix.runs.pull }}
9494
- name: Build ${{ matrix.name }}
95-
run: ${{ matrix.runs.build }}
95+
run: |
96+
export DOCKER_BUILDKIT=1
97+
docker buildx ls
98+
${{ matrix.runs.build }}
9699
- name: History ${{ matrix.name }}
97100
run: ${{ matrix.runs.history }}
98101
- name: Test ${{ matrix.name }}

0 commit comments

Comments
 (0)