Skip to content

Commit 9450979

Browse files
authored
fix: ci failure for buildx (#2109)
Signed-off-by: imjoey <[email protected]>
1 parent a118a7f commit 9450979

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy-with-docker.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
submodules: recursive
2727

2828
- uses: docker/setup-buildx-action@v1
29+
with:
30+
driver: docker-container
31+
driver-opts: |
32+
image=moby/buildkit:master
33+
network=host
2934
3035
- uses: actions/cache@v2
3136
with:

0 commit comments

Comments
 (0)