fix(ci): add BASE_IMAGE support

Signed-off-by: Zomatree <me@zomatree.live>
This commit is contained in:
Zomatree
2026-08-09 04:13:37 +01:00
parent b3e4e93e20
commit 0dc8b62eb1

View File

@@ -1,5 +1,6 @@
# Build Stage
FROM ghcr.io/stoatchat/base:latest AS builder
ARG BASE_IMAGE=ghcr.io/stoatchat/base:latest
FROM $BASE_IMAGE AS builder
FROM debian:12 AS debian
# Bundle Stage