removed Dockerfile requirement
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				ci/woodpecker/push/woodpecker Pipeline was successful
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	ci/woodpecker/push/woodpecker Pipeline was successful
				
			This commit is contained in:
		
							parent
							
								
									2ccc3816e4
								
							
						
					
					
						commit
						31f81f2a11
					
				
					 1 changed files with 1 additions and 3 deletions
				
			
		| 
						 | 
					@ -10,7 +10,7 @@ when:
 | 
				
			||||||
  branch: main
 | 
					  branch: main
 | 
				
			||||||
 | 
					
 | 
				
			||||||
variables:
 | 
					variables:
 | 
				
			||||||
  - &file Dockerfile.hello
 | 
					  - &file Dockerfile
 | 
				
			||||||
  - &repo git.jmbit.de/${CI_REPO_OWNER}/docker-hugo
 | 
					  - &repo git.jmbit.de/${CI_REPO_OWNER}/docker-hugo
 | 
				
			||||||
 | 
					
 | 
				
			||||||
steps:
 | 
					steps:
 | 
				
			||||||
| 
						 | 
					@ -24,7 +24,6 @@ steps:
 | 
				
			||||||
      tags: latest
 | 
					      tags: latest
 | 
				
			||||||
    when:
 | 
					    when:
 | 
				
			||||||
      event: pull_request
 | 
					      event: pull_request
 | 
				
			||||||
      path: *file
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  publish:
 | 
					  publish:
 | 
				
			||||||
    image: woodpeckerci/plugin-docker-buildx
 | 
					    image: woodpeckerci/plugin-docker-buildx
 | 
				
			||||||
| 
						 | 
					@ -39,5 +38,4 @@ steps:
 | 
				
			||||||
        from_secret: forgejo_token
 | 
					        from_secret: forgejo_token
 | 
				
			||||||
    when:
 | 
					    when:
 | 
				
			||||||
      event: push
 | 
					      event: push
 | 
				
			||||||
      path: *file
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue