added custom drone runner image

This commit is contained in:
2025-10-01 22:25:29 +05:30
parent df3be89606
commit deb8ff296a
2 changed files with 7 additions and 1 deletions

View File

@@ -56,7 +56,9 @@ services:
command: sh -c "update-ca-certificates && drone-server"
drone-runner:
image: drone/drone-runner-docker:alpine
# image: drone/drone-runner-docker:alpine
build:
context: ./drone-runner/
container_name: drone-runner
restart: always
depends_on: