hub.docker.com now builds images from git tags.

This commit is contained in:
Sameer Naik
2015-11-07 12:45:15 +05:30
parent 4d92cfc63e
commit 7601996544
4 changed files with 21 additions and 19 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
all: build
build:
@docker build --tag=quay.io/sameersbn/postgresql .
@docker build --tag=sameersbn/postgresql .
release: build
@docker build --tag=quay.io/sameersbn/postgresql:$(shell cat VERSION) .
@docker build --tag=sameersbn/postgresql:$(shell cat VERSION) .