feat: add ${GLOBAL_REGISTRY} for change docker image

This commit is contained in:
Sun-ZhenXing
2025-11-05 20:26:14 +08:00
parent 373cc3cdd6
commit a65a009640
127 changed files with 203 additions and 204 deletions

View File

@@ -1,3 +1,6 @@
# Gitea Runner version
GITEA_RUNNER_VERSION=0.2.13-dind
# Gitea instance URL
INSTANCE_URL=http://localhost:3000

View File

@@ -9,7 +9,7 @@ x-defaults: &defaults
services:
gitea_runner:
<<: *defaults
image: gitea/act_runner:0.2.12
image: ${GLOBAL_REGISTRY:-}gitea/act_runner:${GITEA_RUNNER_VERSION:-0.2.13}
environment:
TZ: ${TZ:-UTC}
CONFIG_FILE: /config.yaml