Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dbc14129fc |
@@ -33,7 +33,7 @@
|
|||||||
containers.podman.podman_image:
|
containers.podman.podman_image:
|
||||||
name: docker.io/{{ item }}
|
name: docker.io/{{ item }}
|
||||||
loop:
|
loop:
|
||||||
- gitea/act_runner:latest
|
- gitea/runner:1.0.0
|
||||||
|
|
||||||
- name: Change permission to act_runner folder
|
- name: Change permission to act_runner folder
|
||||||
become_user: root
|
become_user: root
|
||||||
@@ -62,7 +62,7 @@
|
|||||||
become: true
|
become: true
|
||||||
containers.podman.podman_container:
|
containers.podman.podman_container:
|
||||||
name: act_runner
|
name: act_runner
|
||||||
image: gitea/act_runner:latest
|
image: docker.io/gitea/runner:1.0.0
|
||||||
state: present
|
state: present
|
||||||
security_opt:
|
security_opt:
|
||||||
# - label=type:container_runtime_t
|
# - label=type:container_runtime_t
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Example configuration file, it's safe to copy this as the default config file without any modification.
|
# Example configuration file, it's safe to copy this as the default config file without any modification.
|
||||||
|
|
||||||
# You don't have to copy this file to your instance,
|
# You don't have to copy this file to your instance,
|
||||||
# just run `./act_runner generate-config > config.yaml` to generate a config file.
|
# just run `./gitea-runner generate-config > config.yaml` to generate a config file.
|
||||||
|
|
||||||
log:
|
log:
|
||||||
# The level of logging, can be trace, debug, info, warn, error, fatal
|
# The level of logging, can be trace, debug, info, warn, error, fatal
|
||||||
|
|||||||
Reference in New Issue
Block a user