mirror of
				https://github.moeyy.xyz/https://github.com/docker/setup-docker-action.git
				synced 2025-10-27 19:16:40 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			331 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			331 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # https://help.github.com/en/articles/metadata-syntax-for-github-actions
 | |
| name: 'Docker Setup Docker'
 | |
| description: 'Set up Docker'
 | |
| author: 'docker'
 | |
| branding:
 | |
|   icon: 'anchor'
 | |
|   color: 'blue'
 | |
| 
 | |
| inputs:
 | |
|   version:
 | |
|     description: 'Docker CE version. (e.g, 23.0.1)'
 | |
|     required: false
 | |
| 
 | |
| runs:
 | |
|   using: 'node16'
 | |
|   main: 'dist/index.js'
 | 
