Use docker builder prune instead of docker system prune in build-docker-image workflow
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build and Push Server Docker Image / build-server (push) Successful in 1m45s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build and Push Server Docker Image / build-server (push) Successful in 1m45s
				
			This commit is contained in:
		@@ -44,5 +44,6 @@ jobs:
 | 
				
			|||||||
          cache-to:   type=registry,ref=${{ secrets.REGISTRY_URL }}/${{ github.repository_owner }}/${{ env.REPO_NAME_LOWER }}:buildcache,mode=max
 | 
					          cache-to:   type=registry,ref=${{ secrets.REGISTRY_URL }}/${{ github.repository_owner }}/${{ env.REPO_NAME_LOWER }}:buildcache,mode=max
 | 
				
			||||||
          
 | 
					          
 | 
				
			||||||
      - name: Clean up Docker in dind
 | 
					      - name: Clean up Docker in dind
 | 
				
			||||||
        run: docker system prune -af --volumes
 | 
					        run: docker builder prune -af
 | 
				
			||||||
 | 
					
 | 
				
			||||||
          
 | 
					          
 | 
				
			||||||
		Reference in New Issue
	
	Block a user