Rename act-runner to forgejo-runner
All checks were successful
ShellCheck / shellcheck (push) Successful in 21s
All checks were successful
ShellCheck / shellcheck (push) Successful in 21s
This commit is contained in:
parent
20a8e60e84
commit
ac1c27792f
4 changed files with 10 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
|||
[Container]
|
||||
Image=code.forgejo.org/forgejo/runner:3.5.1
|
||||
SecurityLabelDisable=true
|
||||
Exec=forgejo-runner daemon -c /etc/act-runner/config.yaml
|
||||
Volume=/run/podman:/run/podman:U
|
||||
Volume=/var/lib/system-config/container-config/act-runner/config.yaml:/etc/act-runner/config.yaml:z,ro
|
||||
Volume=act-runner.volume:/data:U,Z
|
||||
AutoUpdate=registry
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
10
sandbox/etc/containers/systemd/forgejo-runner.container
Normal file
10
sandbox/etc/containers/systemd/forgejo-runner.container
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Container]
|
||||
Image=code.forgejo.org/forgejo/runner:3.5.1
|
||||
SecurityLabelDisable=true
|
||||
Exec=forgejo-runner daemon -c /etc/forgejo-runner/config.yaml
|
||||
Volume=/run/podman:/run/podman:U
|
||||
Volume=/var/lib/system-config/container-config/forgejo-runner/config.yaml:/etc/forgejo-runner/config.yaml:z,ro
|
||||
Volume=forgejo-runner.volume:/data:U,Z
|
||||
AutoUpdate=registry
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Reference in a new issue