@@ -1,7 +1,7 @@
NAME = phusion/baseimage
VERSION = 0.9.0
.PHONY: all build tag_latest
.PHONY: all build tag_latest release
all: build
@@ -10,3 +10,6 @@ build:
tag_latest:
docker tag $(NAME):$(VERSION) $(NAME):latest
release: tag_latest
docker push $(NAME)
The note is not visible to the blocked user.