ci: docker_tag=ext - Update Dockerfile to use dev4 branch for sdk_common
All checks were successful
build-and-push-ext / build_push (push) Successful in 8s
All checks were successful
build-and-push-ext / build_push (push) Successful in 8s
This commit is contained in:
parent
c3ac16e236
commit
b6f09c952b
@ -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 (branche dev)
|
# Cloner sdk_common depuis le repository (branche dev4)
|
||||||
RUN --mount=type=ssh git clone -b dev ssh://git@git.4nkweb.com/4nk/sdk_common.git /sdk_common
|
RUN --mount=type=ssh git clone -b dev4 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 ./
|
||||||
|
@ -168,3 +168,5 @@ ihm_client:
|
|||||||
2. Tester avec un scan réduit
|
2. Tester avec un scan réduit
|
||||||
3. Déployer en production
|
3. Déployer en production
|
||||||
4. Surveiller les logs et métriques
|
4. Surveiller les logs et métriques
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user