goircd/GNUmakefile
Mathias Kaufmann eeb6782f0f Added make targets to build and push docker images
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>
2018-03-14 00:10:00 +01:00

4 lines
90 B
Makefile

VERSION = $(shell git describe --tags)
PACKAGE ?= quay.io/goircd/goircd
include common.mk