浏览代码

Try temporary work around for Drone build bug: https://github.com/drone-plugins/drone-docker/pull/327

Dan Helfman 3 年之前
父节点
当前提交
92d729a9dd
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      .drone.yml

+ 3 - 1
.drone.yml

@@ -70,7 +70,9 @@ name: documentation
 
 steps:
 - name: build
-  image: plugins/docker
+  #image: plugins/docker
+  # Temporary work-around for https://github.com/drone-plugins/drone-docker/pull/327
+  image: techknowlogick/drone-docker
   settings:
     username:
       from_secret: docker_username