From 7067ad211ba58ff19ca705a177edff20169d8872 Mon Sep 17 00:00:00 2001 From: koki-develop Date: Wed, 13 Mar 2024 17:15:46 +0900 Subject: [PATCH] Update setup-ko action link in install.md Signed-off-by: koki-develop --- docs/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index 0bfd8bddf6..da75f8e881 100644 --- a/docs/install.md +++ b/docs/install.md @@ -67,9 +67,9 @@ 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: +You can use the [setup-ko](https://github.com/ko-build/setup-ko) action to install ko and setup auth to [GitHub Container Registry](https://github.com/features/packages) in a GitHub Action workflow: ```plaintext steps: -- uses: imjasonh/setup-ko@v0.6 +- uses: ko-build/setup-ko@v0.6 ```