CI: standardize workflows #18
Reference in New Issue
Block a user
Delete Branch "fix/workflow-standard"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Standardiser les pipelines CI selon le pattern 4-workflow (pr, main, tag, cron).
docker-build.yamlmonolithiquepr.yaml— Hadolint + build sur PRmain.yaml— Hadolint, build & push, auto-tag sur push versmaintag.yaml— Hadolint, build & push sur tagcron.yaml— Hadolint, rebuild nightly (0 0 * * *) avec latest tagToutes les actions sont verrouillées par SHA (identiques à mcp-ics).