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