mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 13:29:10 +08:00 
			
		
		
		
	update squid image
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/workflow.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/workflow.yml
									
									
									
									
										vendored
									
									
								
							@@ -93,7 +93,7 @@ jobs:
 | 
				
			|||||||
      options: --dns 127.0.0.1
 | 
					      options: --dns 127.0.0.1
 | 
				
			||||||
    services:
 | 
					    services:
 | 
				
			||||||
      squid-proxy:
 | 
					      squid-proxy:
 | 
				
			||||||
        image: datadog/squid:latest
 | 
					        image: ubuntu/squid:latest
 | 
				
			||||||
        ports:
 | 
					        ports:
 | 
				
			||||||
          - 3128:3128
 | 
					          - 3128:3128
 | 
				
			||||||
    env:
 | 
					    env:
 | 
				
			||||||
@@ -116,7 +116,7 @@ jobs:
 | 
				
			|||||||
      options: --dns 127.0.0.1
 | 
					      options: --dns 127.0.0.1
 | 
				
			||||||
    services:
 | 
					    services:
 | 
				
			||||||
      squid-proxy:
 | 
					      squid-proxy:
 | 
				
			||||||
        image: datadog/squid:latest
 | 
					        image: ubuntu/squid:latest
 | 
				
			||||||
        ports:
 | 
					        ports:
 | 
				
			||||||
          - 3128:3128
 | 
					          - 3128:3128
 | 
				
			||||||
    env:
 | 
					    env:
 | 
				
			||||||
@@ -130,4 +130,4 @@ jobs:
 | 
				
			|||||||
        key: test-proxy-${{ github.run_id }}
 | 
					        key: test-proxy-${{ github.run_id }}
 | 
				
			||||||
        path: test-cache
 | 
					        path: test-cache
 | 
				
			||||||
    - name: Verify cache
 | 
					    - name: Verify cache
 | 
				
			||||||
      run: __tests__/verify-cache-files.sh proxy
 | 
					      run: __tests__/verify-cache-files.sh proxy
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user