Commit Graph

2 Commits

Author SHA1 Message Date
jeanGaston 94b02198dd ci: build images from a dev branch and release tags, not every commit
Every push to master was triggering a build+push, since that's where
day-to-day commits land. Switch to two deliberate channels instead:
pushing to dev produces a rolling :dev tag for testing, and pushing a
v* tag produces :latest + the version tag for real releases. Plain
commits/merges to master/main no longer build anything on their own.
2026-07-30 12:03:20 +02:00
jeanGaston df4e254e9e docs: add GIT_WORKFLOW.md branching and commit policy
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-29 19:29:15 +02:00