use unique name for docs docker build step in CI (#3018)
Otherwise drone may combine the logs
This commit is contained in:
		
							parent
							
								
									dab2b354c7
								
							
						
					
					
						commit
						899c900e59
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -189,7 +189,7 @@ pipeline:
 | 
				
			||||||
      - make clean
 | 
					      - make clean
 | 
				
			||||||
      - make build
 | 
					      - make build
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  docker:
 | 
					  docker_docs:
 | 
				
			||||||
    image: plugins/docker:17.05
 | 
					    image: plugins/docker:17.05
 | 
				
			||||||
    pull: true
 | 
					    pull: true
 | 
				
			||||||
    secrets: [ docker_username, docker_password ]
 | 
					    secrets: [ docker_username, docker_password ]
 | 
				
			||||||
| 
						 | 
					@ -201,7 +201,7 @@ pipeline:
 | 
				
			||||||
      event: [ push ]
 | 
					      event: [ push ]
 | 
				
			||||||
      branch: [ release/* ]
 | 
					      branch: [ release/* ]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  docker:
 | 
					  docker_docs:
 | 
				
			||||||
    image: plugins/docker:17.05
 | 
					    image: plugins/docker:17.05
 | 
				
			||||||
    pull: true
 | 
					    pull: true
 | 
				
			||||||
    secrets: [ docker_username, docker_password ]
 | 
					    secrets: [ docker_username, docker_password ]
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue