chore(deploy): 默认镜像标签切换为 pre 以跟踪预发布版本

This commit is contained in:
fawney19
2026-04-11 10:48:34 +08:00
parent ec0bde819a
commit e37a32c83d
+1 -1
View File
@@ -33,7 +33,7 @@ services:
restart: unless-stopped
app:
image: ${APP_IMAGE:-ghcr.io/fawney19/aether:latest}
image: ${APP_IMAGE:-ghcr.io/fawney19/aether:pre}
container_name: aether-app
env_file:
- .env