Docker cache try 2 (#126)
* Docker cache try 2 * Update README.md * Fix restore-key * Update README.md
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@@ -15,8 +15,8 @@ jobs:
 | 
				
			|||||||
      - uses: satackey/action-docker-layer-caching@v0.0.8
 | 
					      - uses: satackey/action-docker-layer-caching@v0.0.8
 | 
				
			||||||
        continue-on-error: true
 | 
					        continue-on-error: true
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          key: docker-cache-${{ hashFiles('docker/**') }}
 | 
					          key: docker-cache-${{ hashFiles('docker/**') }}-{hash}
 | 
				
			||||||
          
 | 
					          restore-keys: docker-cache-${{ hashFiles('docker/**') }}-
 | 
				
			||||||
      - name: Build docker image
 | 
					      - name: Build docker image
 | 
				
			||||||
        uses: ./.github/actions/docker
 | 
					        uses: ./.github/actions/docker
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user