mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 19:17:13 -05:00 
			
		
		
		
	Fixes the image cleaner not actually deleting the old images
This commit is contained in:
		
							parent
							
								
									ed129d6074
								
							
						
					
					
						commit
						4964987245
					
				
							
								
								
									
										2
									
								
								.github/workflows/cleanup-tags.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/cleanup-tags.yml
									
									
									
									
										vendored
									
									
								
							@ -38,6 +38,7 @@ jobs:
 | 
			
		||||
          scheme: "branch"
 | 
			
		||||
          repo_name: "paperless-ngx"
 | 
			
		||||
          match_regex: "feature-"
 | 
			
		||||
          do_delete: "true"
 | 
			
		||||
 | 
			
		||||
  cleanup-untagged-images:
 | 
			
		||||
    name: Cleanup Untagged Images Tags for ${{ matrix.primary-name }}
 | 
			
		||||
@ -73,3 +74,4 @@ jobs:
 | 
			
		||||
          owner: "${{ github.repository_owner }}"
 | 
			
		||||
          is_org: "true"
 | 
			
		||||
          package_name: "${{ matrix.primary-name }}"
 | 
			
		||||
          do_delete: "true"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user