Rest API for Ulak.
Build and run ./cmd/ulak/ulak.go.
Check the environment variables defined in config/app.go.
They must all have the prefix ULAK_ like ULAK_S3_ACCESS_KEY_ID.
make release-docker-api IMAGE_TAG=0.1.5
make release-docker-api IMAGE_TAG=latestmake release-docker-task-runner IMAGE_TAG=0.0.2
make release-docker-task-runner IMAGE_TAG=latestCreate a git tag with the desired version and push the tag.
# see tags
git tag --list
# create new tag
git tag -a v0.0.1 -m "add http client"
# push new tag
git push origin v0.0.1