mirror of
				https://github.com/b4tman/docker-squid.git
				synced 2025-11-04 02:58:26 +00:00 
			
		
		
		
	github actions: cache mode=max
This commit is contained in:
		
							
								
								
									
										8
									
								
								.github/workflows/dockerimage.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/dockerimage.yml
									
									
									
									
										vendored
									
									
								
							@@ -49,7 +49,7 @@ jobs:
 | 
			
		||||
          push: false
 | 
			
		||||
          tags: b4tman/squid
 | 
			
		||||
          cache-from: type=local,src=/tmp/.buildx-cache
 | 
			
		||||
          cache-to: type=local,dest=/tmp/.buildx-cache-new
 | 
			
		||||
          cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
 | 
			
		||||
          outputs: type=image,name=b4tman/squid,push=false
 | 
			
		||||
 | 
			
		||||
      # Temp fix
 | 
			
		||||
@@ -71,7 +71,7 @@ jobs:
 | 
			
		||||
          file: ssl-bump/Dockerfile
 | 
			
		||||
          tags: b4tman/squid:ssl-bump
 | 
			
		||||
          cache-from: type=local,src=/tmp/.buildx-cache
 | 
			
		||||
          cache-to: type=local,dest=/tmp/.buildx-cache-new
 | 
			
		||||
          cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
 | 
			
		||||
 | 
			
		||||
      # Temp fix
 | 
			
		||||
      # https://github.com/docker/build-push-action/issues/252
 | 
			
		||||
@@ -166,7 +166,7 @@ jobs:
 | 
			
		||||
          tags: ${{ steps.meta.outputs.tags }}
 | 
			
		||||
          labels: ${{ steps.meta.outputs.labels }}
 | 
			
		||||
          cache-from: type=local,src=/tmp/.buildx-cache
 | 
			
		||||
          cache-to: type=local,dest=/tmp/.buildx-cache-new
 | 
			
		||||
          cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
 | 
			
		||||
 | 
			
		||||
      # Temp fix
 | 
			
		||||
      # https://github.com/docker/build-push-action/issues/252
 | 
			
		||||
@@ -206,7 +206,7 @@ jobs:
 | 
			
		||||
          tags: ${{ steps.meta_ssl_bump_ghcr.outputs.tags }}
 | 
			
		||||
          labels: ${{ steps.meta_ssl_bump_ghcr.outputs.labels }}
 | 
			
		||||
          cache-from: type=local,src=/tmp/.buildx-cache
 | 
			
		||||
          cache-to: type=local,dest=/tmp/.buildx-cache-new
 | 
			
		||||
          cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
 | 
			
		||||
 | 
			
		||||
      # Temp fix
 | 
			
		||||
      # https://github.com/docker/build-push-action/issues/252
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user