mirror of
https://github.com/ko-build/ko.git
synced 2025-02-07 19:30:23 +02:00
Document setup-ko in README.md (#484)
This commit is contained in:
parent
1e46fdebd5
commit
52d42d87a3
11
README.md
11
README.md
@ -47,6 +47,17 @@ With Go 1.16+, build and install the latest released version:
|
|||||||
go install github.com/google/ko@latest
|
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
|
## Authenticate
|
||||||
|
|
||||||
`ko` depends on the authentication configured in your Docker config (typically
|
`ko` depends on the authentication configured in your Docker config (typically
|
||||||
|
Loading…
x
Reference in New Issue
Block a user