feat: add more image tag

This commit is contained in:
engigu
2026-02-06 22:01:17 +08:00
parent b3a6432742
commit 9181bddb0f
2 changed files with 10 additions and 1 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
ARG BASE_TAG=base
# ================================
# Stage 1: Build frontend
# ================================
@@ -104,7 +105,7 @@ RUN VERSION_VAL=$(cat /build-info/version.txt) && \
# ================================
# Stage 4: Final image
# ================================
ARG BASE_TAG=base
ARG BASE_TAG
FROM ghcr.io/engigu/baihu:${BASE_TAG}
ENV TZ=Asia/Shanghai