Try temporary work around for Drone build bug: https://github.com/drone-plugins/drone-docker/pull/327
This commit is contained in:
parent
c63219936e
commit
92d729a9dd
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue