mirror of
https://github.com/earthly/actions-setup.git
synced 2024-12-26 22:41:01 +08:00
Update versions in README examples (#34)
This commit is contained in:
parent
1737adcace
commit
f2bef5b326
@ -25,7 +25,7 @@ jobs:
|
|||||||
- uses: earthly/actions-setup@v1
|
- uses: earthly/actions-setup@v1
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
version: "latest" # or pin to an specific version, e.g. "0.7.1"
|
version: "latest" # or pin to an specific version, e.g. "0.8.1"
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Docker login # to avoid dockerhub rate-limiting
|
- name: Docker login # to avoid dockerhub rate-limiting
|
||||||
run: docker login --username "${{ secrets.DOCKERHUB_USERNAME }}" --password "${{ secrets.DOCKERHUB_PASSWORD }}"
|
run: docker login --username "${{ secrets.DOCKERHUB_USERNAME }}" --password "${{ secrets.DOCKERHUB_PASSWORD }}"
|
||||||
@ -51,7 +51,7 @@ Install a specific version of earthly:
|
|||||||
uses: earthly/actions-setup@v1
|
uses: earthly/actions-setup@v1
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
version: 0.6.1
|
version: 0.8.1
|
||||||
```
|
```
|
||||||
|
|
||||||
Install a version that adheres to a semver range
|
Install a version that adheres to a semver range
|
||||||
@ -61,7 +61,7 @@ Install a version that adheres to a semver range
|
|||||||
uses: earthly/actions-setup@v1
|
uses: earthly/actions-setup@v1
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
version: ^0.6.0
|
version: ^0.8.0
|
||||||
```
|
```
|
||||||
|
|
||||||
### Testing
|
### Testing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user