From e15484c460070e131b25d71b10e4505b55408c67 Mon Sep 17 00:00:00 2001 From: Eric Neuber Date: Thu, 19 Feb 2026 23:57:23 +0100 Subject: [PATCH] Benutze Podman im runner --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index aa8e1f3..10f4f99 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: podman-latest steps: - name: Checkout code uses: actions/checkout@v3