From 3a43a8aa3c1011fd91c504c53ff0c5ce8c181871 Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Thu, 30 Apr 2026 11:54:53 +0200 Subject: [PATCH] ci: update runner-image path to public/ namespace --- .gitea/workflows/build-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-template.yml b/.gitea/workflows/build-template.yml index 238b8fc..e16df3b 100644 --- a/.gitea/workflows/build-template.yml +++ b/.gitea/workflows/build-template.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: git.librete.ch/libretech/runner-image:v1 + image: git.librete.ch/public/runner-image:v1 timeout-minutes: 20 steps: - uses: actions/checkout@v4