Explorar o código

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

Dan Helfman %!s(int64=3) %!d(string=hai) anos
pai
achega
92d729a9dd
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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