docker build -t tellusxdp/market-sdk-gateway:latest . && \
docker push tellusxdp/market-sdk-gateway:latest
- Build the binary and create the archive.
./build.sh
Upload dist/tellus-market-sdk-gateway-linux-amd64.zip
to github.com .
- Update latest tag.
git checkout master
git pull
git tag -d latest
git tag latest
git push -f origin latest