Feat: Nutzt act_runner anstatt runner

This commit is contained in:
2026-06-08 17:53:28 +02:00
parent f42d25cb08
commit b0ac0cfe35
+1 -1
View File
@@ -1,6 +1,6 @@
services: services:
runner: runner:
image: docker.io/gitea/runner:latest image: docker.io/gitea/act_runner:latest
environment: environment:
CONFIG_FILE: /config.yaml CONFIG_FILE: /config.yaml
GITEA_INSTANCE_URL: "${INSTANCE_URL}" GITEA_INSTANCE_URL: "${INSTANCE_URL}"