Makefile: tag builds with quay.io/sameersbn/ prefix

This commit is contained in:
Sameer Naik
2015-10-11 17:14:40 +05:30
parent f5f7c094a1
commit d933707cad
+2 -2
View File
@@ -1,7 +1,7 @@
all: build
build:
@docker build --tag=${USER}/postgresql .
@docker build --tag=quay.io/sameersbn/postgresql .
release: build
@docker build --tag=${USER}/postgresql:$(shell cat VERSION) .
@docker build --tag=quay.io/sameersbn/postgresql:$(shell cat VERSION) .