feat: Added docker prune to end of docker build process
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build and Push Dev Containers / build (push) Successful in 4m32s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build and Push Dev Containers / build (push) Successful in 4m32s
				
			This commit is contained in:
		@@ -29,3 +29,6 @@ jobs:
 | 
				
			|||||||
            docker build -t "$tag" "$dir"
 | 
					            docker build -t "$tag" "$dir"
 | 
				
			||||||
            docker push "$tag"
 | 
					            docker push "$tag"
 | 
				
			||||||
          done
 | 
					          done
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					      - name: Docker Prune
 | 
				
			||||||
 | 
					        run: docker system prune -f --all
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user