Browse Source

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

Dan Helfman 3 năm trước cách đây
mục cha
commit
92d729a9dd
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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