From 972812b4a21a29ba1cdeedfebc0b66e22cdcd37c Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Wed, 20 Oct 2021 15:38:39 -0400 Subject: [PATCH] Document setup-ko in README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 2a6b87d42e..89b06c0178 100644 --- a/README.md +++ b/README.md @@ -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