feat(ci): publish container images to Forgejo registry
Add image.yaml workflow targeting forgejo.coulomb.social; update Dockerfile for Forgejo PyPI secret names. Point pyproject issue-core index at Forgejo (uv.lock regen blocked until issue-core is published there).
This commit is contained in:
parent
1061f3ea3d
commit
050942ffc1
3 changed files with 73 additions and 14 deletions
|
|
@ -15,11 +15,11 @@ dependencies = [
|
|||
]
|
||||
|
||||
[tool.uv.sources]
|
||||
issue-core = { index = "gitea" }
|
||||
issue-core = { index = "forgejo" }
|
||||
|
||||
[[tool.uv.index]]
|
||||
name = "gitea"
|
||||
url = "https://gitea.coulomb.social/api/packages/coulomb/pypi/simple/"
|
||||
name = "forgejo"
|
||||
url = "https://forgejo.coulomb.social/api/packages/coulomb/pypi/simple/"
|
||||
explicit = true
|
||||
|
||||
[dependency-groups]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue