mirror of
https://github.com/taylanbakircioglu/haproxy-openmanager.git
synced 2026-09-12 05:48:58 +00:00
1bc99c5fe7
The build workflow tagged the Docker images with the product version but never created the matching git tag, so the repo Tags/Releases drifted behind (stuck at the last manual tag, v1.6.0) while Docker Hub had 1.7.8. Add a step that, after the images are pushed, creates a Release (and its tag) for the current version.json when one does not already exist, and grant the job contents:write so it can do so.