forked from ko-build/ko
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document setup-ko in README.md (ko-build#484)
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
``` | ||
|
||
## Authenticate | ||
|
||
`ko` depends on the authentication configured in your Docker config (typically | ||
|