ci: add three-tier ci-base rebuild (dev/stage) #44
Reference in New Issue
Block a user
Delete Branch "fix/html-template-if-style-script"
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?
Add Docker ci-base rebuild steps to the dev and stage CI workflows so ci-base:dev and ci-base:stage are refreshed on every push.
Changes:
Why: previously ci-base:latest was only refreshed on main promotion. Dev/stage CI was always running a compiler potentially 2 promotions behind any parser fix. This closes that gap.