removed comments from woodpecker yaml
This commit is contained in:
		
							parent
							
								
									62bb715962
								
							
						
					
					
						commit
						c36ffbaa97
					
				
					 1 changed files with 1 additions and 7 deletions
				
			
		| 
						 | 
					@ -1,10 +1,4 @@
 | 
				
			||||||
# Build and publish Docker images for multible architectures.
 | 
					# Build and publish Docker images for multible architectures.
 | 
				
			||||||
# 
 | 
					 | 
				
			||||||
# Pushing an image to forgejo 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:
 | 
					when:
 | 
				
			||||||
  branch: main
 | 
					  branch: main
 | 
				
			||||||
| 
						 | 
					@ -18,7 +12,7 @@ steps:
 | 
				
			||||||
    image: woodpeckerci/plugin-docker-buildx
 | 
					    image: woodpeckerci/plugin-docker-buildx
 | 
				
			||||||
    settings:
 | 
					    settings:
 | 
				
			||||||
      dockerfile: *file
 | 
					      dockerfile: *file
 | 
				
			||||||
      platforms: linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le
 | 
					      platforms: linux/arm64/v8,linux/amd64
 | 
				
			||||||
      dry_run: true
 | 
					      dry_run: true
 | 
				
			||||||
      repo: *repo
 | 
					      repo: *repo
 | 
				
			||||||
      tags: latest
 | 
					      tags: latest
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue