forked from jmug/stoatchat
chore(pushd/ci): Build image pushd image in-fork.
Some checks failed
Docker / Build pushd image (push) Has been cancelled
Docker / base (push) Has been cancelled
Rust build, test, and generate specification / Rust project (push) Has been cancelled
Docker / base (release) Successful in 21m35s
Docker / Build pushd image (release) Successful in 1m32s
Some checks failed
Docker / Build pushd image (push) Has been cancelled
Docker / base (push) Has been cancelled
Rust build, test, and generate specification / Rust project (push) Has been cancelled
Docker / base (release) Successful in 21m35s
Docker / Build pushd image (release) Successful in 1m32s
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