mirror of
/repos/baseimage-docker.git
synced 2025-12-30 08:01:31 +01:00
Add a release command
This commit is contained in:
parent
fc32bf693d
commit
3d622ef6c8
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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user