forgot to add image
This commit is contained in:
parent
0782ad658d
commit
02034f5796
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
services:
|
services:
|
||||||
runner:
|
runner:
|
||||||
image:
|
image: docker.io/gitea/act_runner:${ACT_VERSION}
|
||||||
environment:
|
environment:
|
||||||
- CONFIG_FILE=/config.yaml
|
- CONFIG_FILE=/config.yaml
|
||||||
- GITEA_INSTANCE_URL="${GITEA_URL}"
|
- GITEA_INSTANCE_URL="${GITEA_URL}"
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Gitea Act Runner
|
# Gitea Act Runner
|
||||||
|
ACT_VERSION=latest
|
||||||
ACT_DATA=./data
|
ACT_DATA=./data
|
||||||
GITEA_URL=https://git.example.com
|
GITEA_URL=https://git.example.com
|
||||||
GITEA_TOKEN=abc123
|
GITEA_TOKEN=abc123
|
||||||
|
Loading…
Reference in New Issue
Block a user