Fix Actions runner: use docker-capable job image, mount docker socket, add manual trigger
build-agent / build-and-push (push) Failing after 0s
build-agent / build-and-push (push) Failing after 0s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user