diff options
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml index 8fd91ebfcb..e168f280a8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -189,7 +189,7 @@ pipeline: - make clean - make build - docker: + docker_docs: image: plugins/docker:17.05 pull: true secrets: [ docker_username, docker_password ] @@ -201,7 +201,7 @@ pipeline: event: [ push ] branch: [ release/* ] - docker: + docker_docs: image: plugins/docker:17.05 pull: true secrets: [ docker_username, docker_password ] |