mirror of
https://github.com/docker/setup-docker-action.git
synced 2025-06-23 19:37:59 +02:00
chore: migrate to docker org
This commit is contained in:
22
README.md
22
README.md
@ -1,8 +1,8 @@
|
||||
[](https://github.com/crazy-max/ghaction-setup-docker/releases/latest)
|
||||
[](https://github.com/docker/setup-docker-action/releases/latest)
|
||||
[](https://github.com/marketplace/actions/docker-setup-docker)
|
||||
[](https://github.com/crazy-max/ghaction-setup-docker/actions?workflow=ci)
|
||||
[](https://github.com/crazy-max/ghaction-setup-docker/actions?workflow=test)
|
||||
[](https://codecov.io/gh/crazy-max/ghaction-setup-docker)
|
||||
[](https://github.com/docker/setup-docker-action/actions?workflow=ci)
|
||||
[](https://github.com/docker/setup-docker-action/actions?workflow=test)
|
||||
[](https://codecov.io/gh/docker/setup-docker-action)
|
||||
|
||||
## About
|
||||
|
||||
@ -44,7 +44,7 @@ jobs:
|
||||
steps:
|
||||
-
|
||||
name: Set up Docker
|
||||
uses: crazy-max/ghaction-setup-docker@v3
|
||||
uses: docker/setup-docker-action@v3
|
||||
```
|
||||
|
||||
### Daemon configuration
|
||||
@ -66,7 +66,7 @@ jobs:
|
||||
steps:
|
||||
-
|
||||
name: Set up Docker
|
||||
uses: crazy-max/ghaction-setup-docker@v3
|
||||
uses: docker/setup-docker-action@v3
|
||||
with:
|
||||
daemon-config: |
|
||||
{
|
||||
@ -94,7 +94,7 @@ jobs:
|
||||
steps:
|
||||
-
|
||||
name: Set up Docker
|
||||
uses: crazy-max/ghaction-setup-docker@v3
|
||||
uses: docker/setup-docker-action@v3
|
||||
env:
|
||||
LIMA_START_ARGS: --cpus 4 --memory 8
|
||||
```
|
||||
@ -124,12 +124,8 @@ The following outputs are available
|
||||
|
||||
## Contributing
|
||||
|
||||
Want to contribute? Awesome! The most basic way to show your support is to star
|
||||
the project, or to raise issues. You can also support this project by [**becoming a sponsor on GitHub**](https://github.com/sponsors/crazy-max)
|
||||
or by making a [PayPal donation](https://www.paypal.me/crazyws) to ensure this
|
||||
journey continues indefinitely!
|
||||
|
||||
Thanks again for your support, it is much appreciated! :pray:
|
||||
Want to contribute? Awesome! You can find information about contributing to
|
||||
this project in the [CONTRIBUTING.md](/.github/CONTRIBUTING.md)
|
||||
|
||||
## License
|
||||
|
||||
|
Reference in New Issue
Block a user