Fix runner label
Some checks failed
Build & Push Linode Webhook / docker (push) Failing after 2m14s

This commit is contained in:
2025-06-23 00:05:07 +02:00
parent c72a059cc0
commit 2b9f3738a0

View File

@@ -7,7 +7,7 @@ on:
jobs:
docker:
runs-on: k8s-dind-runner # Your DinD-enabled Gitea runner
runs-on: docker # Your DinD-enabled Gitea runner
steps:
- name: Checkout repository
uses: actions/checkout@v3