chore: update CI/CD runner to ubuntu-latest
CI/CD Pipeline / Lint & Check (push) Successful in 1m23s
CI/CD Pipeline / Build & Push Docker Image (push) Successful in 4m35s

This commit is contained in:
2026-05-09 14:03:13 +02:00
parent cd5faa8332
commit 3ce6540a8f
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
name: Build & Push Docker Image name: Build & Push Docker Image
needs: lint needs: lint
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')
runs-on: gitea-runner-on-dsm runs-on: ubuntu-latest
permissions: permissions:
packages: write packages: write
contents: read contents: read