mirror of
https://github.com/docker/setup-buildx-action
synced 2024-11-10 06:01:40 +00:00
fix action version in README
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
71320d2e17
commit
30d8a59ee0
1 changed files with 3 additions and 3 deletions
|
@ -72,7 +72,7 @@ to pin to Buildx v0.10.0:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v2
|
||||||
with:
|
with:
|
||||||
version: v0.10.0
|
version: v0.10.0
|
||||||
```
|
```
|
||||||
|
@ -82,7 +82,7 @@ To pin to a specific version of BuildKit, use the `image` option in the
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v2
|
||||||
with:
|
with:
|
||||||
driver-opts: image=moby/buildkit:v0.11.0
|
driver-opts: image=moby/buildkit:v0.11.0
|
||||||
```
|
```
|
||||||
|
@ -194,7 +194,7 @@ To get a higher rate limit, you can [generate a personal access token on github.
|
||||||
and pass it as the `github_token` input for the action:
|
and pass it as the `github_token` input for the action:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v2
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GH_DOTCOM_TOKEN }}
|
github_token: ${{ secrets.GH_DOTCOM_TOKEN }}
|
||||||
version: v0.10.1
|
version: v0.10.1
|
||||||
|
|
Loading…
Reference in a new issue