mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 07:38:37 +08:00 
			
		
		
		
	Update docker example to v1
This commit is contained in:
		
							parent
							
								
									6667986807
								
							
						
					
					
						commit
						9e3ae58d03
					
				| 
						 | 
					@ -162,7 +162,7 @@ Using [NuGet lock files](https://docs.microsoft.com/nuget/consume-packages/packa
 | 
				
			||||||
## Docker
 | 
					## Docker
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```yaml
 | 
					```yaml
 | 
				
			||||||
- uses: actions/cache@preview
 | 
					- uses: actions/cache@v1
 | 
				
			||||||
  id: cache
 | 
					  id: cache
 | 
				
			||||||
  with:
 | 
					  with:
 | 
				
			||||||
    path: docker-cache
 | 
					    path: docker-cache
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user