Add $(VERSION) var

Add variable for the version.
This commit is contained in:
ducoterra
2021-11-01 21:42:14 -04:00
parent 5ccfcf6b5a
commit 2396536013

View File

@@ -1,7 +1,7 @@
SHELL := /bin/bash SHELL := /bin/bash
VERSION ?= $(shell cat VERSION) VERSION ?= $(shell cat VERSION)
IMAGE ?= $(shell cat IMAGE):$(shell cat VERSION) IMAGE ?= $(shell cat IMAGE):$(VERSION)
IMAGE_LATEST ?= $(shell cat IMAGE):latest IMAGE_LATEST ?= $(shell cat IMAGE):latest
PWD ?= $(shell pwd) PWD ?= $(shell pwd)
STASH ?= "common-update-stash" STASH ?= "common-update-stash"