diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4122ada..314f1c3 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -6,7 +6,7 @@ on: jobs: build-and-start: - # Use exact labels from your runner (e.g. "ubuntu:latest" if that's what you see) + #ger runs-on: [ubuntu-latest, docker] steps: - name: Checkout