Initial commit
This commit is contained in:
		
							
								
								
									
										16
									
								
								.woodpecker/build_and_release.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								.woodpecker/build_and_release.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,16 @@
 | 
				
			|||||||
 | 
					pipeline:
 | 
				
			||||||
 | 
					  build_and_release:
 | 
				
			||||||
 | 
					    image: banzaicloud/drone-kaniko
 | 
				
			||||||
 | 
					    settings:
 | 
				
			||||||
 | 
					      registry: gitea.mdg-hamburg.de
 | 
				
			||||||
 | 
					      repo: ci-tools/deb-buildpackage
 | 
				
			||||||
 | 
					      tags: latest
 | 
				
			||||||
 | 
					      dockerfile: Containerfile
 | 
				
			||||||
 | 
					      username:
 | 
				
			||||||
 | 
					        from_secret: container_registry_username
 | 
				
			||||||
 | 
					      password:
 | 
				
			||||||
 | 
					        from_secret: container_registry_password
 | 
				
			||||||
 | 
					    when:
 | 
				
			||||||
 | 
					      event: [push]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					branches: master
 | 
				
			||||||
							
								
								
									
										5
									
								
								Containerfile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								Containerfile
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,5 @@
 | 
				
			|||||||
 | 
					FROM docker.io/debian:stable-slim
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					RUN apt update && \
 | 
				
			||||||
 | 
						apt install -y dpkg-dev make devscripts
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		Reference in New Issue
	
	Block a user