From 239653601357d6ff1f712488a1ba9a5bdf2694f1 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Mon, 1 Nov 2021 21:42:14 -0400 Subject: [PATCH] Add $(VERSION) var Add variable for the version. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d41ecfa..58814a1 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ SHELL := /bin/bash VERSION ?= $(shell cat VERSION) -IMAGE ?= $(shell cat IMAGE):$(shell cat VERSION) +IMAGE ?= $(shell cat IMAGE):$(VERSION) IMAGE_LATEST ?= $(shell cat IMAGE):latest PWD ?= $(shell pwd) STASH ?= "common-update-stash"