Disable cache for github action
As Docker's cache subsystem cat't detect update to external sources it's better just disable it. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
This commit is contained in:
		
				
					committed by
					
						 Supreeth Herle
						Supreeth Herle
					
				
			
			
				
	
			
			
			
						parent
						
							9082e2e937
						
					
				
				
					commit
					20245f2685
				
			
							
								
								
									
										3
									
								
								.github/workflows/docker-publish.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/docker-publish.yml
									
									
									
									
										vendored
									
									
								
							| @@ -68,6 +68,5 @@ jobs: | ||||
|           push: ${{ github.event_name != 'pull_request' }} | ||||
|           tags: ${{ steps.meta.outputs.tags }} | ||||
|           labels: ${{ steps.meta.outputs.labels }} | ||||
|           cache-from: type=gha | ||||
|           cache-to: type=gha,mode=max | ||||
|           no-cache: true | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user