Update .woodpecker.yml
This commit is contained in:
		
							parent
							
								
									6308a3df73
								
							
						
					
					
						commit
						2531345c34
					
				
					 1 changed files with 0 additions and 13 deletions
				
			
		| 
						 | 
					@ -14,17 +14,6 @@ variables:
 | 
				
			||||||
  - &repo git.jmbit.de/${CI_REPO_OWNER}/docker-hugo
 | 
					  - &repo git.jmbit.de/${CI_REPO_OWNER}/docker-hugo
 | 
				
			||||||
 | 
					
 | 
				
			||||||
steps:
 | 
					steps:
 | 
				
			||||||
  dryrun:
 | 
					 | 
				
			||||||
    image: woodpeckerci/plugin-docker-buildx
 | 
					 | 
				
			||||||
    settings:
 | 
					 | 
				
			||||||
      dockerfile: *file
 | 
					 | 
				
			||||||
      platforms: linux/arm64/v8,linux/amd64
 | 
					 | 
				
			||||||
      dry_run: true
 | 
					 | 
				
			||||||
      repo: *repo
 | 
					 | 
				
			||||||
      tags: latest
 | 
					 | 
				
			||||||
    when:
 | 
					 | 
				
			||||||
      event: pull_request
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  publish:
 | 
					  publish:
 | 
				
			||||||
    image: woodpeckerci/plugin-docker-buildx
 | 
					    image: woodpeckerci/plugin-docker-buildx
 | 
				
			||||||
    settings:
 | 
					    settings:
 | 
				
			||||||
| 
						 | 
					@ -36,6 +25,4 @@ steps:
 | 
				
			||||||
      username: ${CI_REPO_OWNER}
 | 
					      username: ${CI_REPO_OWNER}
 | 
				
			||||||
      password:
 | 
					      password:
 | 
				
			||||||
        from_secret: forgejo_token
 | 
					        from_secret: forgejo_token
 | 
				
			||||||
    when:
 | 
					 | 
				
			||||||
      event: push
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue