Skip to content

Commit 6154e40

Browse files
author
Thomas G.
committed
build: 📦️ fix resource file
1 parent 720c061 commit 6154e40

1 file changed

Lines changed: 1 addition & 42 deletions

File tree

synology/conf/resource

Lines changed: 1 addition & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1 @@
1-
{
2-
"docker": {
3-
"services": [
4-
{
5-
"service": "github-runner",
6-
"image": "myoung34/github-runner",
7-
"container_name": "github-runner",
8-
"tag": "2.325.0",
9-
"restart": "always",
10-
"privileged": true,
11-
"volumes": [
12-
{
13-
"host_path": "/var/run/docker.sock",
14-
"container_path": "/var/run/docker.sock"
15-
}
16-
],
17-
"environment": [
18-
{
19-
"env_var": "ACCESS_TOKEN",
20-
"env_value": "{{wizard_access_token}}"
21-
},
22-
{
23-
"env_var": "RUNNER_WORKDIR",
24-
"env_value": "/tmp/github-runner"
25-
},
26-
{
27-
"env_var": "ORG_NAME",
28-
"env_value": "{{wizard_org_name}}"
29-
},
30-
{
31-
"env_var": "LABELS",
32-
"env_value": "{{wizard_labels}}"
33-
},
34-
{
35-
"env_var": "RUNNER_SCOPE",
36-
"env_value": "org"
37-
}
38-
]
39-
}
40-
]
41-
}
42-
}
1+
{}

0 commit comments

Comments
 (0)