Skip to content

Commit 2c3450c

Browse files
committed
prep for v0.4
1 parent 53437e6 commit 2c3450c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
go-version: 1.15
2222
- uses: actions/checkout@v2
2323

24-
- uses: imjasonh/setup-ko@v0.3
24+
- uses: imjasonh/setup-ko@v0.4
2525
- run: ko publish ./
2626
```
2727
@@ -42,7 +42,7 @@ By default, `imjasonh/setup-ko` installs the latest released version of `ko`.
4242
You can select a version with the `version` parameter:
4343

4444
```yaml
45-
- uses: imjasonh/setup-ko@v0.3
45+
- uses: imjasonh/setup-ko@v0.4
4646
with:
4747
version: v0.8.0
4848
```
@@ -57,7 +57,7 @@ To do this, you need to provide credentials to authorize the push.
5757
You can use [encrypted secrets](https://docs.github.com/en/actions/reference/encrypted-secrets) to store the authorization token, and pass it to `ko login` before pushing:
5858

5959
```
60-
- uses: imjasonh/setup-ko@v0.3
60+
- uses: imjasonh/setup-ko@v0.4
6161
- env:
6262
auth_token: ${{ secrets.auth_token }}
6363
run: |
@@ -89,7 +89,7 @@ jobs:
8989
with:
9090
go-version: 1.15
9191
- uses: actions/checkout@v2
92-
- uses: imjasonh/setup-ko@v0.3
92+
- uses: imjasonh/setup-ko@v0.4
9393
9494
- name: Generate and upload release.yaml
9595
env:
@@ -102,6 +102,6 @@ jobs:
102102

103103
### A note on versioning
104104

105-
The `@v0.3` in the `uses` statement refers to the version _of the action definition in this repo._
105+
The `@v0.4` in the `uses` statement refers to the version _of the action definition in this repo._
106106

107107
Regardless of what version of the action definition you use, `imjasonh/setup-ko` will install the latest released version of `ko` unless otherwise specified with `version:`.

0 commit comments

Comments
 (0)