Once the commit is in the branch `vX.Y` and has a tag `vX.Y.Z`, build and push a docker image with a tag `X.Y.Z` to docker hub. You may find this snippet useful: ``` git describe --tags --abbrev=0 --dirty --candidates=0 ```
Once the commit is in the branch
vX.Yand has a tagvX.Y.Z, build and push a docker image with a tagX.Y.Zto docker hub.You may find this snippet useful: