tweak: tag strategy (stable + -latest) and sequential job deps on main #13
Reference in New Issue
Block a user
Delete Branch "tweak/tag-strategy-and-job-deps"
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?
3 changements :
tag.yaml — double tag sur push de tag
:vx.y.z(stable, fixé au moment du tag):vx.y.z-latest(rebuilt par le cron)cron.yaml — rebuild du latest
:latest(HEAD de master):vx.y.z-latest→ remplace:vx.y.zpour ne pas écraser le stablemain.yaml — jobs séquentiels
hadolintindépendant (continue-on-error: true)test→build-push→tag(mandatory, en cascade)