feat: (automation) add semver

This commit is contained in:
2021-10-29 23:33:46 +00:00
parent 8f1afa094d
commit 93bcbd7d51
4 changed files with 61 additions and 5 deletions

View File

@@ -6,4 +6,7 @@ set -e
TAG=${TAG?Variable not set} \
docker-compose \
-f docker-compose.yml \
build
build \
--no-cache \
--parallel \
--progress plain