How to build with CI ?
Tag with release version
git tag 0.0.1 git push origin 0.0.1
Travis CI will build image and deployment zip with version you specified by tagging, e.g,
0.0.1
in our case.Check the release page
Check the Docker hub
Tag with release version
git tag 0.0.1
git push origin 0.0.1
Travis CI will build image and deployment zip with version you specified by tagging, e.g, 0.0.1
in our case.
Check the release page
Check the Docker hub