ci: update runner-image + repo path to public/ namespace
Some checks failed
CI / ci (push) Failing after 1s
Deploy / deploy (push) Failing after 1s

Repos moved to public/ on Gitea: public/runner-image (CI image)
and public/code-crispies (this repo). Updates workflow image refs,
spec hyperlinks, README, and compose tags.
This commit is contained in:
2026-04-30 11:54:06 +02:00
parent 967069a65c
commit bf20e9d39e
8 changed files with 13 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ jobs:
ci:
runs-on: ubuntu-latest
container:
image: git.librete.ch/libretech/runner-image:v1
image: git.librete.ch/public/runner-image:v1
timeout-minutes: 10
steps:
- uses: actions/checkout@v4