chore(pushd/ci): Build image pushd image in-fork.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user