docs: update actions to latest major

This commit is contained in:
CrazyMax 2023-09-10 15:43:27 +02:00
parent 94fed099f6
commit 72f088c678
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

View File

@ -39,7 +39,7 @@ jobs:
steps: steps:
- -
name: Set up Docker name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v1 uses: crazy-max/ghaction-setup-docker@v2
``` ```
### Daemon configuration ### Daemon configuration
@ -61,7 +61,7 @@ jobs:
steps: steps:
- -
name: Set up Docker name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v1 uses: crazy-max/ghaction-setup-docker@v2
with: with:
daemon-config: | daemon-config: |
{ {
@ -89,7 +89,7 @@ jobs:
steps: steps:
- -
name: Set up Docker name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v1 uses: crazy-max/ghaction-setup-docker@v2
env: env:
COLIMA_START_ARGS: --cpu 4 --memory 8 --disk 32 COLIMA_START_ARGS: --cpu 4 --memory 8 --disk 32
``` ```
@ -102,7 +102,7 @@ Following inputs can be used as `step.with` keys
| Name | Type | Default | Description | | Name | Type | Default | Description |
|-----------------|--------|-----------------------|-----------------------------------------------------------------------------------------------------------------------------| |-----------------|--------|-----------------------|-----------------------------------------------------------------------------------------------------------------------------|
| `version` | String | `latest` | Docker CE version (e.g., `v23.0.1`). | | `version` | String | `latest` | Docker CE version (e.g., `v24.0.6`). |
| `channel` | String | `stable` | Docker CE [channel](https://download.docker.com/linux/static/) (e.g, `stable`, `edge` or `test`). | | `channel` | String | `stable` | Docker CE [channel](https://download.docker.com/linux/static/) (e.g, `stable`, `edge` or `test`). |
| `daemon-config` | String | | [Docker daemon JSON configuration](https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file) | | `daemon-config` | String | | [Docker daemon JSON configuration](https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file) |
| `context` | String | `setup-docker-action` | Docker context name. | | `context` | String | `setup-docker-action` | Docker context name. |
@ -159,7 +159,7 @@ This can be done within this action by setting the env var `SIGN_QEMU_BINARY=1`:
```yaml ```yaml
- -
name: Set up Docker name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v1 uses: crazy-max/ghaction-setup-docker@v2
env: env:
SIGN_QEMU_BINARY: 1 SIGN_QEMU_BINARY: 1
``` ```
@ -167,10 +167,7 @@ This can be done within this action by setting the env var `SIGN_QEMU_BINARY=1`:
## Contributing ## Contributing
Want to contribute? Awesome! The most basic way to show your support is to star Want to contribute? Awesome! The most basic way to show your support is to star
the project, or to raise issues. If you want to open a pull request, please the project, or to raise issues. You can also support this project by [**becoming a sponsor on GitHub**](https://github.com/sponsors/crazy-max)
read the [contributing guidelines](.github/CONTRIBUTING.md).
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 or by making a [PayPal donation](https://www.paypal.me/crazyws) to ensure this
journey continues indefinitely! journey continues indefinitely!