Files
taylanbakircioglu b7e0e9efc5 ci: tag images with version + latest, and create a git tag per release
- Read the product version from version.json (jq) instead of a
  date+sha build tag.
- Push each image as <service>-<version> and <service>-latest
  (e.g. taylanbakircioglu/flowfish:backend-2.8.0 + backend-latest).
- New tag-release job (needs: build, contents: write): after all
  images push, create and push an annotated git tag v<version>
  (idempotent — skips if the tag already exists).
2026-06-03 00:02:26 +03:00
..