fix: set registry instead of placeholder
This commit is contained in:
@@ -25,7 +25,7 @@ env:
|
|||||||
# docker.io/youruser/redapricot-client
|
# docker.io/youruser/redapricot-client
|
||||||
# registry.example.com/team/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:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
@@ -38,7 +38,7 @@ jobs:
|
|||||||
go-version-file: go.mod
|
go-version-file: go.mod
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
- uses: ko-build/setup-ko@v0.10
|
- uses: ko-build/setup-ko@v0.9
|
||||||
|
|
||||||
- name: Derive registry host and image tags
|
- name: Derive registry host and image tags
|
||||||
id: meta
|
id: meta
|
||||||
|
|||||||
Reference in New Issue
Block a user