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

This commit is contained in:
Dan Helfman 2021-07-26 16:33:41 -07:00
parent c63219936e
commit 92d729a9dd
1 changed files with 3 additions and 1 deletions

View File

@ -70,7 +70,9 @@ name: documentation
steps: steps:
- name: build - 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: settings:
username: username:
from_secret: docker_username from_secret: docker_username