fix(ci): unify browser image variants

This commit is contained in:
Ran
2026-03-29 02:13:01 +08:00
parent 38afb2e1c6
commit 82714f3f61
7 changed files with 102 additions and 150 deletions
+1 -5
View File
@@ -10,8 +10,4 @@ services:
web:
image: memoh.cn/memohai/web:latest
browser:
image: memoh.cn/memohai/browser:latest
browser-chromium:
image: memoh.cn/memohai/browser-chromium:latest
browser-firefox:
image: memoh.cn/memohai/browser-firefox:latest
image: memoh.cn/memohai/browser:${BROWSER_TAG:-latest}