chore(deps): update gitea/act_runner docker tag to v0.2.11 (#2171)

* chore(deps): update gitea/act_runner docker tag to v0.2.11

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
renovate[bot]
2024-09-24 22:29:38 +08:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> github-action update-app-version
parent 2715d111da
commit 5dd41cd75c
2 changed files with 1 additions and 1 deletions
+31
View File
@@ -0,0 +1,31 @@
additionalProperties:
formFields:
- default: http://1.2.3.4:3000
edit: true
envKey: GITEA_INSTANCE_URL
labelEn: Gitea Instance
labelZh: Gitea 实例
required: true
rule: paramExtUrl
type: text
- default: '<registration_token>'
edit: true
envKey: RUNNER_REGISTRATION_TOKEN
labelEn: Registration Token
labelZh: Registration Token
required: true
type: text
- default: '<runner_name>'
edit: true
envKey: RUNNER_NAME
labelEn: Runner Name
labelZh: Runner Name
required: true
type: text
- default: '<runner_labels>'
edit: true
envKey: RUNNER_LABELS
labelEn: Runner Labels
labelZh: Runner Labels
required: true
type: text
+22
View File
@@ -0,0 +1,22 @@
services:
act_runner:
image: gitea/act_runner:0.2.11
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
volumes:
#- ./data/config.yaml:/config.yaml # 可选配置
- ./data/data:/data
- /var/run/docker.sock:/var/run/docker.sock
environment:
#- CONFIG_FILE=/config.yaml
- GITEA_INSTANCE_URL=${GITEA_INSTANCE_URL}
- GITEA_RUNNER_REGISTRATION_TOKEN=${RUNNER_REGISTRATION_TOKEN}
- GITEA_RUNNER_NAME=${RUNNER_NAME}
- GITEA_RUNNER_LABELS=${RUNNER_LABELS}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true