diff --git a/Makefile b/Makefile index e84e486..3d68bc8 100644 --- a/Makefile +++ b/Makefile @@ -2,3 +2,6 @@ all: build build: @docker build --tag=${USER}/postgresql . + +release: build + @docker build --tag=${USER}/postgresql:$(shell cat VERSION) .