mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	feat: upgrade drone docker image to support multi-stage build. (#1732)
* feat: upgrade drone docker image to support multi-stage build. * update drone sig file. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * update drone sig file. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
		@@ -105,6 +105,7 @@ pipeline:
 | 
			
		||||
 | 
			
		||||
  docker:
 | 
			
		||||
    image: plugins/docker
 | 
			
		||||
    pull: true
 | 
			
		||||
    repo: gitea/gitea
 | 
			
		||||
    tags: [ '${DRONE_TAG##v}' ]
 | 
			
		||||
    when:
 | 
			
		||||
@@ -113,6 +114,7 @@ pipeline:
 | 
			
		||||
 | 
			
		||||
  docker:
 | 
			
		||||
    image: plugins/docker
 | 
			
		||||
    pull: true
 | 
			
		||||
    repo: gitea/gitea
 | 
			
		||||
    tags: [ '${DRONE_BRANCH##release/v}' ]
 | 
			
		||||
    when:
 | 
			
		||||
@@ -121,6 +123,7 @@ pipeline:
 | 
			
		||||
 | 
			
		||||
  docker:
 | 
			
		||||
    image: plugins/docker
 | 
			
		||||
    pull: true
 | 
			
		||||
    repo: gitea/gitea
 | 
			
		||||
    tags: [ 'latest' ]
 | 
			
		||||
    when:
 | 
			
		||||
 
 | 
			
		||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Reference in New Issue
	
	Block a user