mirror of
https://github.com/taylanbakircioglu/flowfish.git
synced 2026-09-12 05:48:55 +00:00
b7e0e9efc5
- 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).