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>
This commit is contained in:
Mathias Kaufmann 2018-03-14 00:10:00 +01:00
parent 36e84da7b5
commit eeb6782f0f
3 changed files with 18 additions and 3 deletions

View file

@ -1,3 +1,4 @@
VERSION = $(shell git describe --tags)
PACKAGE ?= quay.io/goircd/goircd
include common.mk
include common.mk