This commit is contained in:
		
							parent
							
								
									50f5f246aa
								
							
						
					
					
						commit
						b4b004be94
					
				
					 1 changed files with 27 additions and 0 deletions
				
			
		
							
								
								
									
										27
									
								
								.woodpecker.yml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								.woodpecker.yml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,27 @@
 | 
			
		|||
# Build and publish Docker images for multible architectures.
 | 
			
		||||
# 
 | 
			
		||||
# Pushing an image to codeberg as container registry,
 | 
			
		||||
# package owner will be the repo owner.
 | 
			
		||||
#
 | 
			
		||||
# this config also shows usage of yaml aliases and
 | 
			
		||||
# was taken from https://codeberg.org/6543/docker-images/src/commit/37e29c227717c1c07d2776cddcf14725bf952875/.woodpecker/hello.yml
 | 
			
		||||
 | 
			
		||||
when:
 | 
			
		||||
  branch: main
 | 
			
		||||
 | 
			
		||||
steps:
 | 
			
		||||
  publish-builder:
 | 
			
		||||
    image: woodpeckerci/plugin-docker-buildx
 | 
			
		||||
    settings:
 | 
			
		||||
      dockerfile: builder/Dockerfile
 | 
			
		||||
      platforms: linux/arm64/v8,linux/amd64
 | 
			
		||||
      repo: git.jmbit.de/jmb/remnux-docker
 | 
			
		||||
      registry: git.jmbit.de
 | 
			
		||||
      tags: 
 | 
			
		||||
        - builder-latest
 | 
			
		||||
        - builder
 | 
			
		||||
      username: jmb
 | 
			
		||||
      password:
 | 
			
		||||
        from_secret: forgejo_token
 | 
			
		||||
    when:
 | 
			
		||||
      event: push
 | 
			
		||||
		Loading…
	
	Add table
		
		Reference in a new issue