Fix: Use catthehacker image for runner to include Docker CLI
This commit is contained in:
@@ -13,7 +13,8 @@ services:
|
|||||||
- GITEA_RUNNER_REGISTRATION_TOKEN=${RUNNER_TOKEN}
|
- GITEA_RUNNER_REGISTRATION_TOKEN=${RUNNER_TOKEN}
|
||||||
- GITEA_RUNNER_NAME=internal-runner
|
- GITEA_RUNNER_NAME=internal-runner
|
||||||
# Default labels
|
# Default labels
|
||||||
- GITEA_RUNNER_LABELS=ubuntu-latest:docker://node:22-bookworm,ubuntu-22.04:docker://node:16-bullseye
|
# Use an image that contains Docker CLI, Git, and Node.js
|
||||||
|
- GITEA_RUNNER_LABELS=ubuntu-latest:docker://catthehacker/ubuntu:act-latest
|
||||||
volumes:
|
volumes:
|
||||||
# Persist configuration and data
|
# Persist configuration and data
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
|
|||||||
Reference in New Issue
Block a user