Rename act-runner to forgejo-runner
All checks were successful
ShellCheck / shellcheck (push) Successful in 21s

This commit is contained in:
Mathieu Strypsteen 2024-10-02 21:16:12 +02:00
parent 20a8e60e84
commit ac1c27792f
Signed by: mathieu
GPG key ID: 782A42E461BC6824
4 changed files with 10 additions and 10 deletions

View file

@ -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

View 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