Releasing
The latest image on Dockerhub will be updated with each commit to main.
To release a new tagged image to DockerHub:
- Update
VERSION.envwith new version - Update
CHANGELOG.mdfollowing existing pattern - Commit
- Tag
vX.Y.Zon themainbranch (post-merge if necessary) - Push tag:
git push origin vX.Y.Z