ci(docker): use lightweight image when building from tar.gz

This commit is contained in:
Ivan Dyachkov 2024-02-14 15:25:08 +01:00
parent 0c9ecb4211
commit 624e023590
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ ARG SOURCE_TYPE=src # tgz
FROM ${BUILD_FROM} as builder_src
ONBUILD COPY . /emqx
FROM ${BUILD_FROM} as builder_tgz
FROM ${RUN_FROM} as builder_tgz
ARG PROFILE=emqx
ARG PKG_VSN
ARG SUFFIX