add ARG BASE_IMAGE + AS runtime to Dockerfile for CI
Some checks failed
Build and Push / build (push) Failing after 16s

This commit is contained in:
KansaiGaijin
2026-07-30 12:12:48 +12:00
parent 5081ba00f6
commit 7b06b151a4

View File

@@ -13,7 +13,8 @@
# docker build -t nat20-notes-backend .
# ==========================================
FROM nat20-whisperx-base:latest
ARG BASE_IMAGE=nat20-whisperx-base:latest
FROM $BASE_IMAGE AS runtime
WORKDIR /app