Skip to content

Commit

Permalink
Document setup-ko in README.md (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh committed Nov 2, 2021
1 parent 1e46fde commit 52d42d8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,17 @@ With Go 1.16+, build and install the latest released version:
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:

```
steps:
- uses: imjasonh/setup-ko@v0.4
```

## Authenticate

`ko` depends on the authentication configured in your Docker config (typically
Expand Down

0 comments on commit 52d42d8

Please sign in to comment.