fix/refactor-ci-pipelines
master
Migration du pipeline CI monolithique docker-build.yaml vers 4 workflows spécialisés, même pattern que opencode.
docker-build.yaml
opencode
pr.yaml
main.yaml
latest
tag.yaml
:<tag>
cron.yaml
<dernier tag>
Points clés :
lint → build → test → push
No dependencies set.
The note is not visible to the blocked user.
Résumé
Migration du pipeline CI monolithique
docker-build.yamlvers 4 workflows spécialisés, même pattern queopencode.Changements
Supprimé
docker-build.yaml— ancien workflow monolithiqueAjoutés
pr.yamlmain.yamllatest∥ test ∥ tagtag.yaml:<tag>cron.yamllatest+<dernier tag>Points clés :
lint → build → test → push)