Merge pull request #125 from Flipper-Zero/docker-cache
Add docker cache
This commit is contained in:
		
							
								
								
									
										7
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@@ -11,7 +11,12 @@ jobs:
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Checkout code
 | 
			
		||||
        uses: actions/checkout@v2
 | 
			
		||||
 | 
			
		||||
        
 | 
			
		||||
      - uses: satackey/action-docker-layer-caching@v0.0.8
 | 
			
		||||
        continue-on-error: true
 | 
			
		||||
        with:
 | 
			
		||||
          key: docker-cache-${{ hashFiles('docker/**') }}
 | 
			
		||||
          
 | 
			
		||||
      - name: Build docker image
 | 
			
		||||
        uses: ./.github/actions/docker
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user