Merge pull request #195 from crazy-max/fix-readme

fix action version in README
This commit is contained in:
Justin Chadwell 2023-01-28 13:36:35 +00:00 committed by GitHub
commit 0648fd6fd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@ to pin to Buildx v0.10.0:
```yaml
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
uses: docker/setup-buildx-action@v2
with:
version: v0.10.0
```
@ -82,7 +82,7 @@ To pin to a specific version of BuildKit, use the `image` option in the
```yaml
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
uses: docker/setup-buildx-action@v2
with:
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:
```yaml
uses: docker/setup-buildx-action@v3
uses: docker/setup-buildx-action@v2
with:
github_token: ${{ secrets.GH_DOTCOM_TOKEN }}
version: v0.10.1