From f18d7509c7e6d66ffab0e96e93df30f3c9c5433a Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Thu, 30 Apr 2026 11:54:06 +0200 Subject: [PATCH] ci: update runner-image + repo path to public/ namespace 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. --- .gitea/workflows/ci.yml | 2 +- .gitea/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2023243..78ac861 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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 diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index fa56dea..8684e0b 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -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: