feat(ci): publish container images to Forgejo registry
Some checks failed
CI Smoke / host-smoke (push) Successful in 1s
CI Smoke / container-smoke (push) Successful in 2s
Build and Publish Container Image / build-and-push (push) Failing after 2m30s

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:
tegwick 2026-07-12 00:32:32 +02:00
parent 1061f3ea3d
commit 050942ffc1
3 changed files with 73 additions and 14 deletions

View file

@ -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]