Fix Actions runner: use docker-capable job image, mount docker socket, add manual trigger
build-agent / build-and-push (push) Failing after 0s

This commit is contained in:
2026-08-23 10:53:18 +00:00
parent 8c57c48e9e
commit 0dcf5488d2
3 changed files with 12 additions and 3 deletions
+1 -2
View File
@@ -5,11 +5,10 @@ on:
paths:
- "agent/**"
- ".gitea/workflows/build.yml"
workflow_dispatch: {}
jobs:
build-and-push:
# If your act_runner advertises a different label than "docker" (check its
# config.yaml / GITEA_RUNNER_LABELS), update this to match.
runs-on: docker
steps:
- uses: actions/checkout@v4