ci: docker_tag=ext - Correction de la branche sdk_common dans le Dockerfile
All checks were successful
build-and-push-ext / build_push (push) Successful in 1m43s

- Cloner sdk_common depuis la branche 'dev' au lieu de la branche par défaut
- Résout l'erreur de feature 'blindbit-backend' manquante
This commit is contained in:
4NK Dev 2025-09-20 09:20:09 +00:00
parent 16ee2de894
commit 6586e0bb2f

View File

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