mirror of
https://github.com/acepanel/templates.git
synced 2026-02-04 02:07:12 +08:00
fix: lint
This commit is contained in:
@@ -27,14 +27,14 @@ environments:
|
||||
zh_TW: Gitea 執行器註冊令牌
|
||||
type: text
|
||||
default:
|
||||
RUNNER_NAME:
|
||||
GITEA_RUNNER_NAME:
|
||||
description:
|
||||
en: Runner Name
|
||||
zh_CN: 运行器名称
|
||||
zh_TW: 執行器名稱
|
||||
type: text
|
||||
default: act-runner
|
||||
RUNNER_LABELS:
|
||||
GITEA_RUNNER_LABELS:
|
||||
description:
|
||||
en: Runner Labels (comma separated)
|
||||
zh_CN: 运行器标签(逗号分隔)
|
||||
|
||||
@@ -11,9 +11,9 @@ services:
|
||||
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}
|
||||
- GITEA_RUNNER_REGISTRATION_TOKEN=${GITEA_RUNNER_REGISTRATION_TOKEN}
|
||||
- GITEA_RUNNER_NAME=${GITEA_RUNNER_NAME}
|
||||
- GITEA_RUNNER_LABELS=${GITEA_RUNNER_LABELS}
|
||||
networks:
|
||||
acepanel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user