mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-04 03:27:12 -05:00 
			
		
		
		
	Enable Docker build for l10n_ branches in CI
This commit is contained in:
		
							parent
							
								
									9225a38458
								
							
						
					
					
						commit
						d5b87aeffb
					
				
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@ -316,7 +316,7 @@ jobs:
 | 
				
			|||||||
  build-docker-image:
 | 
					  build-docker-image:
 | 
				
			||||||
    name: Build Docker image for ${{ github.ref_name }}
 | 
					    name: Build Docker image for ${{ github.ref_name }}
 | 
				
			||||||
    runs-on: ubuntu-24.04
 | 
					    runs-on: ubuntu-24.04
 | 
				
			||||||
    if: github.event_name == 'push' && (startsWith(github.ref, 'refs/heads/feature-') || startsWith(github.ref, 'refs/heads/fix-') || github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/beta' || contains(github.ref, 'beta.rc') || startsWith(github.ref, 'refs/tags/v'))
 | 
					    if: github.event_name == 'push' && (startsWith(github.ref, 'refs/heads/feature-') || startsWith(github.ref, 'refs/heads/fix-') || github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/beta' || contains(github.ref, 'beta.rc') || startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/heads/l10n_'))
 | 
				
			||||||
    concurrency:
 | 
					    concurrency:
 | 
				
			||||||
      group: ${{ github.workflow }}-build-docker-image-${{ github.ref_name }}
 | 
					      group: ${{ github.workflow }}-build-docker-image-${{ github.ref_name }}
 | 
				
			||||||
      cancel-in-progress: true
 | 
					      cancel-in-progress: true
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user