mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 19:17:13 -05:00 
			
		
		
		
	Enable manifests support
This commit is contained in:
		
							parent
							
								
									162626209c
								
							
						
					
					
						commit
						e8ea373eb2
					
				@ -91,6 +91,8 @@ jobs:
 | 
				
			|||||||
        # travis_wait 60 tells travis to wait for up to 60 minutes - default is 20, which is too short
 | 
					        # travis_wait 60 tells travis to wait for up to 60 minutes - default is 20, which is too short
 | 
				
			||||||
        - travis_wait 60 docker build -f Dockerfile --tag=${DOCKER_REPO}:${TRAVIS_COMMIT}-arm32v7 .
 | 
					        - travis_wait 60 docker build -f Dockerfile --tag=${DOCKER_REPO}:${TRAVIS_COMMIT}-arm32v7 .
 | 
				
			||||||
        - docker push ${DOCKER_REPO}:${TRAVIS_COMMIT}-arm32v7
 | 
					        - docker push ${DOCKER_REPO}:${TRAVIS_COMMIT}-arm32v7
 | 
				
			||||||
 | 
					      env:
 | 
				
			||||||
 | 
					        - DOCKER_CLI_EXPERIMENTAL=enabled # required for manifest support
 | 
				
			||||||
      on:
 | 
					      on:
 | 
				
			||||||
        condition: '"${BUILD_DOCKER}" = 1'
 | 
					        condition: '"${BUILD_DOCKER}" = 1'
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user