mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-08-11 11:17:48 +08:00
hub.docker.com now builds images from git tags.
This commit is contained in:
@@ -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) .
|
||||
|
||||
Reference in New Issue
Block a user