Replace image reference with build context in docker-compose files for gitea-runner and add Dockerfile for each service
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
gitea-runner:
|
||||
image: gitea/act_runner:latest
|
||||
build: .
|
||||
restart: always
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
Reference in New Issue
Block a user