Trying this drone thingie
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
		
							parent
							
								
									d4ca1ba2f0
								
							
						
					
					
						commit
						64d3ac0a7a
					
				
					 1 changed files with 19 additions and 0 deletions
				
			
		
							
								
								
									
										19
									
								
								drone.yaml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								drone.yaml
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,19 @@ | |||
| kind: pipeline | ||||
| type: docker | ||||
| name: linux-amd64 | ||||
| 
 | ||||
| platform: | ||||
|   arch: amd64 | ||||
|   os: linux | ||||
| 
 | ||||
| steps: | ||||
|   name: publish | ||||
|   image: plugins/docker:18 | ||||
|   settings: | ||||
|     auto_tag: true | ||||
|     auto_tag_suffix: linux-amd64 | ||||
|     dockerfile: Dockerfile | ||||
|     when: | ||||
|       event: | ||||
|       - push | ||||
|       - tag | ||||
		Loading…
	
	Add table
		
		Reference in a new issue