Merge pull request 'Build the image with drone' (#2) from add-docker-image-testing into master
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		
							
								
								
									
										13
									
								
								.drone.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								.drone.yml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,13 @@
 | 
			
		||||
---
 | 
			
		||||
kind: pipeline
 | 
			
		||||
 | 
			
		||||
name: default
 | 
			
		||||
 | 
			
		||||
steps:
 | 
			
		||||
  - name: Build Gitea docker image
 | 
			
		||||
    image: docker:stable
 | 
			
		||||
    volumes:
 | 
			
		||||
      - name: docker_sock
 | 
			
		||||
        path: /var/run/docker.sock
 | 
			
		||||
    commands:
 | 
			
		||||
      - docker build --no-cache -t autonomic/gitea:drone .
 | 
			
		||||
		Reference in New Issue
	
	Block a user