From 71fb377e2c08689bd3169e255f805606f95c3065 Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Sat, 9 May 2026 03:26:49 +0200 Subject: [PATCH] chore: update CI/CD workflow to use internal gitea-runner-on-dsm runner --- .gitea/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/cicd.yml b/.gitea/workflows/cicd.yml index 979d6d0..5fea00c 100644 --- a/.gitea/workflows/cicd.yml +++ b/.gitea/workflows/cicd.yml @@ -38,7 +38,7 @@ jobs: name: Build & Push Docker Image needs: lint if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') - runs-on: ubuntu-latest + runs-on: gitea-runner-on-dsm permissions: packages: write contents: read