chore(pushd/ci): Build image pushd image in-fork.

This commit is contained in:
jmug
2026-06-27 00:28:39 -07:00
parent 7d099d5ae7
commit 720cd46879
2 changed files with 109 additions and 132 deletions

View File

@@ -1,5 +1,8 @@
# Build Stage
FROM ghcr.io/revoltchat/base:latest AS builder
# BASE_IMAGE is the compiled workspace base image. Defaults to the upstream
# revolt base, but CI overrides it with our own base built from repo.
ARG BASE_IMAGE=ghcr.io/revoltchat/base:latest
FROM ${BASE_IMAGE} AS builder
FROM debian:12 AS debian
# Bundle Stage