mirror of
/repos/baseimage-docker.git
synced 2026-02-27 17:41:59 +01:00
Add a release command
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,7 +1,7 @@
|
|||||||
NAME = phusion/baseimage
|
NAME = phusion/baseimage
|
||||||
VERSION = 0.9.0
|
VERSION = 0.9.0
|
||||||
|
|
||||||
.PHONY: all build tag_latest
|
.PHONY: all build tag_latest release
|
||||||
|
|
||||||
all: build
|
all: build
|
||||||
|
|
||||||
@@ -10,3 +10,6 @@ build:
|
|||||||
|
|
||||||
tag_latest:
|
tag_latest:
|
||||||
docker tag $(NAME):$(VERSION) $(NAME):latest
|
docker tag $(NAME):$(VERSION) $(NAME):latest
|
||||||
|
|
||||||
|
release: tag_latest
|
||||||
|
docker push $(NAME)
|
||||||
|
|||||||
Reference in New Issue
Block a user