You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by li...@apache.org on 2021/09/01 08:56:51 UTC

[apisix-dashboard] branch master updated: fix: ci failure for buildx (#2109)

This is an automated email from the ASF dual-hosted git repository.

liuxiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 9450979  fix: ci failure for buildx (#2109)
9450979 is described below

commit 94509790f1bad64386160e05ba3f5231a341a4ae
Author: Joey <ma...@apache.org>
AuthorDate: Wed Sep 1 16:56:46 2021 +0800

    fix: ci failure for buildx (#2109)
    
    Signed-off-by: imjoey <ma...@apache.org>
---
 .github/workflows/deploy-with-docker.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/deploy-with-docker.yml b/.github/workflows/deploy-with-docker.yml
index bb6a897..58a0b05 100644
--- a/.github/workflows/deploy-with-docker.yml
+++ b/.github/workflows/deploy-with-docker.yml
@@ -26,6 +26,11 @@ jobs:
           submodules: recursive
 
       - uses: docker/setup-buildx-action@v1
+        with:
+          driver: docker-container
+          driver-opts: |
+            image=moby/buildkit:master
+            network=host
 
       - uses: actions/cache@v2
         with: