| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -21,7 +21,7 @@ jobs:
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        uses: jsdaniell/create-json@1.1.2
 | 
					 | 
					 | 
					 | 
					        uses: jsdaniell/create-json@1.1.2
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        with:
 | 
					 | 
					 | 
					 | 
					        with:
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					          name: "version.json"
 | 
					 | 
					 | 
					 | 
					          name: "version.json"
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					          json: '{"type": "docker", "tag": "nightly", "commit": "${{ steps.vars.outputs.sha_short }}", "date": "${{ steps.date.outputs.date }}"}'
 | 
					 | 
					 | 
					 | 
					          json: '{"type": "docker", "tag": "${{secrets.DOCKERHUB_MASTER_TAG}}", "commit": "${{ steps.vars.outputs.sha_short }}", "date": "${{ steps.date.outputs.date }}"}'
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					          dir: 'backend/'
 | 
					 | 
					 | 
					 | 
					          dir: 'backend/'
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      - name: setup platform emulator
 | 
					 | 
					 | 
					 | 
					      - name: setup platform emulator
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        uses: docker/setup-qemu-action@v1
 | 
					 | 
					 | 
					 | 
					        uses: docker/setup-qemu-action@v1
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					 | 
					@ -39,4 +39,8 @@ jobs:
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					          file: ./Dockerfile
 | 
					 | 
					 | 
					 | 
					          file: ./Dockerfile
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					          platforms: linux/amd64,linux/arm,linux/arm64/v8
 | 
					 | 
					 | 
					 | 
					          platforms: linux/amd64,linux/arm,linux/arm64/v8
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					          push: true
 | 
					 | 
					 | 
					 | 
					          push: true
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					          tags: tzahi12345/youtubedl-material:nightly
 | 
					 | 
					 | 
					 | 
					          # Defaults:
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					          #     DOCKERHUB_USERNAME  : tzahi12345
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					          #     DOCKERHUB_REPO      : youtubedl-material
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					          #     DOCKERHUB_MASTER_TAG: nightly
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					          tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPO }}:${{secrets.DOCKERHUB_MASTER_TAG}}
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
					 | 
					 | 
					
 
 |