fix: set registry instead of placeholder
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user