|
1 | | -[](https://github.com/crazy-max/ghaction-setup-docker/releases/latest) |
| 1 | +[](https://github.com/docker/setup-docker-action/releases/latest) |
2 | 2 | [](https://github.com/marketplace/actions/docker-setup-docker) |
3 | | -[](https://github.com/crazy-max/ghaction-setup-docker/actions?workflow=ci) |
4 | | -[](https://github.com/crazy-max/ghaction-setup-docker/actions?workflow=test) |
5 | | -[](https://codecov.io/gh/crazy-max/ghaction-setup-docker) |
| 3 | +[](https://github.com/docker/setup-docker-action/actions?workflow=ci) |
| 4 | +[](https://github.com/docker/setup-docker-action/actions?workflow=test) |
| 5 | +[](https://codecov.io/gh/docker/setup-docker-action) |
6 | 6 |
|
7 | 7 | ## About |
8 | 8 |
|
|
44 | 44 | steps: |
45 | 45 | - |
46 | 46 | name: Set up Docker |
47 | | - uses: crazy-max/ghaction-setup-docker@v3 |
| 47 | + uses: docker/setup-docker-action@v3 |
48 | 48 | ``` |
49 | 49 |
|
50 | 50 | ### Daemon configuration |
|
66 | 66 | steps: |
67 | 67 | - |
68 | 68 | name: Set up Docker |
69 | | - uses: crazy-max/ghaction-setup-docker@v3 |
| 69 | + uses: docker/setup-docker-action@v3 |
70 | 70 | with: |
71 | 71 | daemon-config: | |
72 | 72 | { |
|
94 | 94 | steps: |
95 | 95 | - |
96 | 96 | name: Set up Docker |
97 | | - uses: crazy-max/ghaction-setup-docker@v3 |
| 97 | + uses: docker/setup-docker-action@v3 |
98 | 98 | env: |
99 | 99 | LIMA_START_ARGS: --cpus 4 --memory 8 |
100 | 100 | ``` |
@@ -124,12 +124,8 @@ The following outputs are available |
124 | 124 |
|
125 | 125 | ## Contributing |
126 | 126 |
|
127 | | -Want to contribute? Awesome! The most basic way to show your support is to star |
128 | | -the project, or to raise issues. You can also support this project by [**becoming a sponsor on GitHub**](https://github.com/sponsors/crazy-max) |
129 | | -or by making a [PayPal donation](https://www.paypal.me/crazyws) to ensure this |
130 | | -journey continues indefinitely! |
131 | | - |
132 | | -Thanks again for your support, it is much appreciated! :pray: |
| 127 | +Want to contribute? Awesome! You can find information about contributing to |
| 128 | +this project in the [CONTRIBUTING.md](/.github/CONTRIBUTING.md) |
133 | 129 |
|
134 | 130 | ## License |
135 | 131 |
|
|
0 commit comments