eeb6782f0f
Usage: `make docker-image` to build the image `make docker-image-push` to build and push the image Signed-off-by: Mathias Kaufmann <me@stei.gr>
4 lines
90 B
Makefile
4 lines
90 B
Makefile
VERSION = $(shell git describe --tags)
|
|
PACKAGE ?= quay.io/goircd/goircd
|
|
|
|
include common.mk |