Add docker-release

Add VERSION variable for use with docker-release. Creates a new docker
image automatically and a commit to go with it.
This commit is contained in:
ducoterra
2021-11-01 20:52:59 -04:00
parent 446da1ff0e
commit 3e472ebe86
2 changed files with 8 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
SHELL := /bin/bash
VERSION ?= $(shell cat VERSION)
IMAGE ?= $(shell cat IMAGE):$(shell cat VERSION)
IMAGE_LATEST ?= $(shell cat IMAGE):latest
PWD ?= $(shell pwd)