chore: update CI/CD workflow to use internal gitea-runner-on-dsm runner
CI/CD Pipeline / Lint & Check (push) Successful in 2m15s
CI/CD Pipeline / Build & Push Docker Image (push) Successful in 5m54s

This commit is contained in:
2026-05-09 03:26:49 +02:00
parent ce1b18494d
commit 71fb377e2c
+1 -1
View File
@@ -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