use unique name for docs docker build step in CI (#3018)

Otherwise drone may combine the logs
This commit is contained in:
techknowlogick 2017-11-29 04:08:23 -05:00 коммит произвёл Lauris BH
Родитель dab2b354c7
Коммит 899c900e59
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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 ]