Skip to content

Commit

Permalink
Update setup-ko action link in install.md
Browse files Browse the repository at this point in the history
Signed-off-by: koki-develop <kou.pg.0131@gmail.com>
  • Loading branch information
koki-develop authored and imjasonh committed Mar 13, 2024
1 parent 4100cba commit 7067ad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ go install github.com/google/ko@latest

### Setup on GitHub Actions

You can use the [setup-ko](https://github.com/imjasonh/setup-ko) action to install ko and setup auth to [GitHub Container Registry](https://github.com/features/packages) in a GitHub Action workflow:
You can use the [setup-ko](https://github.com/ko-build/setup-ko) action to install ko and setup auth to [GitHub Container Registry](https://github.com/features/packages) in a GitHub Action workflow:

```plaintext
steps:
- uses: imjasonh/setup-ko@v0.6
- uses: ko-build/setup-ko@v0.6
```

0 comments on commit 7067ad2

Please sign in to comment.