Default image uses semver.

This commit is contained in:
nimrod-up9
2021-07-15 13:00:20 +03:00
parent 79a8ee37f9
commit 7e52f46030
3 changed files with 34 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ COMMIT_HASH=$(shell git rev-parse HEAD)
GIT_BRANCH=$(shell git branch --show-current | tr '[:upper:]' '[:lower:]')
GIT_VERSION=$(shell git branch --show-current | tr '[:upper:]' '[:lower:]')
BUILD_TIMESTAMP=$(shell date +%s)
SEM_VER=0.0.0
.PHONY: help
.DEFAULT_GOAL := help