From 871117bb3bd2e650263d78541201b2b316b891fb Mon Sep 17 00:00:00 2001 From: iceBear67 Date: Wed, 15 Jul 2026 17:08:58 +0800 Subject: [PATCH] fix: set registry instead of placeholder --- .github/workflows/publish-client-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-client-image.yml b/.github/workflows/publish-client-image.yml index 12e7693..815c149 100644 --- a/.github/workflows/publish-client-image.yml +++ b/.github/workflows/publish-client-image.yml @@ -25,7 +25,7 @@ env: # docker.io/youruser/redapricot-client # registry.example.com/team/redapricot-client # ───────────────────────────────────────────────────────────────────────────── - KO_DOCKER_REPO: REPLACE_ME_REGISTRY/redapricot-client + KO_DOCKER_REPO: git.sfclub.cc/cloud/redapricot-client jobs: publish: @@ -38,7 +38,7 @@ jobs: go-version-file: go.mod cache: true - - uses: ko-build/setup-ko@v0.10 + - uses: ko-build/setup-ko@v0.9 - name: Derive registry host and image tags id: meta