mirror of
				https://git.mirrors.martin98.com/https://github.com/docker/setup-docker-action
				synced 2025-11-01 05:31:09 +08:00 
			
		
		
		
	![dependabot[bot]](/assets/img/avatar_default.png) dependabot[bot]
		
	
	
		3e758a2d14
			dependabot[bot]
		
	
	
		3e758a2d14
		
			Bumps [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.1.0-beta.17 to 0.1.0-beta.18. - [Release notes](https://github.com/docker/actions-toolkit/releases) - [Commits](https://github.com/docker/actions-toolkit/compare/v0.1.0-beta.17...v0.1.0-beta.18) --- updated-dependencies: - dependency-name: "@docker/actions-toolkit" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
About
GitHub Action to set up Docker CE. Works on Linux, macOS and Windows.
Usage
name: ci
on:
  push:
jobs:
  docker:
    runs-on: ubuntu-latest
    steps:
      -
        name: Set up Docker
        uses: crazy-max/ghaction-setup-docker@v1
        with:
          version: 23.0.1
Customizing
inputs
Following inputs can be used as step.with keys
| Name | Type | Description | 
|---|---|---|
| version | String | Docker CE version (e.g., 23.0.1). | 
Contributing
Want to contribute? Awesome! You can find information about contributing to this project in the CONTRIBUTING.md
					Languages
				
				
								
								
									TypeScript
								
								76.6%
							
						
							
								
								
									Dockerfile
								
								16.1%
							
						
							
								
								
									HCL
								
								7.3%
							
						
					