ci: docker_tag=ext - Update Dockerfile to use ext branch for sdk_common

This commit is contained in:
4NK Dev 2025-09-21 11:25:29 +00:00
parent b6f09c952b
commit f6ece8130d

View File

@ -6,8 +6,8 @@ WORKDIR /app
RUN mkdir -p /root/.ssh && \
ssh-keyscan git.4nkweb.com >> /root/.ssh/known_hosts
# Cloner sdk_common depuis le repository (branche dev4)
RUN --mount=type=ssh git clone -b dev4 ssh://git@git.4nkweb.com/4nk/sdk_common.git /sdk_common
# Cloner sdk_common depuis le repository (branche ext)
RUN --mount=type=ssh git clone -b ext ssh://git@git.4nkweb.com/4nk/sdk_common.git /sdk_common
# Copie des fichiers de sdk_relay
COPY Cargo.toml Cargo.lock ./