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

@@ -19,7 +19,7 @@ on:
# Required repository variable:
# DEPLOY_ENABLED "true" to enable
#
# Image: git.librete.ch/libretech/code-crispies
# Image: git.librete.ch/public/code-crispies
# main pushes → :main + :sha-<short>
# tag pushes → :<tag> + :latest
@@ -27,7 +27,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
container:
image: git.librete.ch/libretech/runner-image:v1
image: git.librete.ch/public/runner-image:v1
timeout-minutes: 20
if: ${{ vars.DEPLOY_ENABLED == 'true' }}
steps:
@@ -44,7 +44,7 @@ jobs:
- id: meta
uses: docker/metadata-action@v5
with:
images: ${{ secrets.REGISTRY }}/libretech/code-crispies
images: ${{ secrets.REGISTRY }}/public/code-crispies
tags: |
type=ref,event=branch
type=ref,event=tag