mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 19:17:13 -05:00 
			
		
		
		
	Chore: include beta in tagged version display
This commit is contained in:
		
							parent
							
								
									9b84dc06b6
								
							
						
					
					
						commit
						baf6484454
					
				@ -18,7 +18,7 @@ ARG PNGX_TAG_VERSION=
 | 
			
		||||
# Add the tag to the environment file if its a tagged dev build
 | 
			
		||||
RUN set -eux && \
 | 
			
		||||
case "${PNGX_TAG_VERSION}" in \
 | 
			
		||||
  dev|fix*|feature*) \
 | 
			
		||||
  dev|beta|fix*|feature*) \
 | 
			
		||||
    sed -i -E "s/version: '([0-9\.]+)'/version: '\1 #${PNGX_TAG_VERSION}'/g" /src/src-ui/src/environments/environment.prod.ts \
 | 
			
		||||
    ;; \
 | 
			
		||||
esac
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user