mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-09-12 12:21:21 +08:00
Makefile: tag builds with quay.io/sameersbn/ prefix
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
all: build
|
all: build
|
||||||
|
|
||||||
build:
|
build:
|
||||||
@docker build --tag=${USER}/postgresql .
|
@docker build --tag=quay.io/sameersbn/postgresql .
|
||||||
|
|
||||||
release: build
|
release: build
|
||||||
@docker build --tag=${USER}/postgresql:$(shell cat VERSION) .
|
@docker build --tag=quay.io/sameersbn/postgresql:$(shell cat VERSION) .
|
||||||
|
|||||||
Reference in New Issue
Block a user