From 52d42d87a308b141b78c53ddde185345c56ff2f2 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Tue, 2 Nov 2021 17:35:50 -0400 Subject: [PATCH] Document setup-ko in README.md (#484) --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 9d984fff19..75d9df14ae 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