[BEZALEL] Fix Gitea CI — Remove container directive for host-mode runner #194
Reference in New Issue
Block a user
Delete Branch "bezalel/fix-gitea-ci-runner-host-mode"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The
bezalel-vps-runneris registered in host mode (:hostlabels) and cannot execute Docker containers. PR #180 addedcontainer: catthehacker/ubuntu:act-22.04to all workflow jobs, causing 100% of Gitea CI jobs to fail instantly with:Fix
Remove
container:from.gitea/workflows/*.ymlonly. Keep it in.github/workflows/for real GitHub Actions runners that support Docker.Impact
mainbranch pushesVerification