From 92d729a9ddda01517378a1cf6bd5fbbbe4cfe367 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 26 Jul 2021 16:33:41 -0700 Subject: [PATCH] Try temporary work around for Drone build bug: https://github.com/drone-plugins/drone-docker/pull/327 --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f6c01087d..944ca5fc2 100644 --- a/.drone.yml +++ b/.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