Skip to content

Commit 30d8a59

Browse files
committed
fix action version in README
Signed-off-by: CrazyMax <[email protected]>
1 parent 71320d2 commit 30d8a59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ to pin to Buildx v0.10.0:
7272

7373
```yaml
7474
- name: Set up Docker Buildx
75-
uses: docker/setup-buildx-action@v3
75+
uses: docker/setup-buildx-action@v2
7676
with:
7777
version: v0.10.0
7878
```
@@ -82,7 +82,7 @@ To pin to a specific version of BuildKit, use the `image` option in the
8282

8383
```yaml
8484
- name: Set up Docker Buildx
85-
uses: docker/setup-buildx-action@v3
85+
uses: docker/setup-buildx-action@v2
8686
with:
8787
driver-opts: image=moby/buildkit:v0.11.0
8888
```
@@ -194,7 +194,7 @@ To get a higher rate limit, you can [generate a personal access token on github.
194194
and pass it as the `github_token` input for the action:
195195

196196
```yaml
197-
uses: docker/setup-buildx-action@v3
197+
uses: docker/setup-buildx-action@v2
198198
with:
199199
github_token: ${{ secrets.GH_DOTCOM_TOKEN }}
200200
version: v0.10.1

0 commit comments

Comments
 (0)