4NK_dev/docs/ci.md

16 lines
376 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Intégration Continue (CI)
## Workflow
- Fichier: `.gitea/workflows/dev.yml`
- Trigger unique: push sur nimporte quelle branche (`*`).
## Résolution de DOCKER_TAG
- Nom de la branche courante (la branche est le `DOCKER_TAG`).
## Build
- Script: `scripts/build_and_push.sh <DOCKER_TAG>` (obligatoire)
- Parcourt les submodules; build/push si `Dockerfile` présent.