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:
parent
36e84da7b5
commit
eeb6782f0f
3 changed files with 18 additions and 3 deletions
|
@ -1,3 +1,4 @@
|
|||
VERSION = $(shell git describe --tags)
|
||||
PACKAGE ?= quay.io/goircd/goircd
|
||||
|
||||
include common.mk
|
||||
include common.mk
|
Loading…
Add table
Add a link
Reference in a new issue