keepalived 2.0.19
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
NAME = osixia/keepalived
|
||||
VERSION = 2.0.17
|
||||
VERSION = 2.0.19
|
||||
|
||||
.PHONY: build build-nocache test tag-latest push push-latest release git-tag-version
|
||||
|
||||
@@ -12,6 +12,9 @@ build-nocache:
|
||||
test:
|
||||
env NAME=$(NAME) VERSION=$(VERSION) bats test/test.bats
|
||||
|
||||
tag:
|
||||
docker tag $(NAME):$(VERSION) $(NAME):$(VERSION)
|
||||
|
||||
tag-latest:
|
||||
docker tag $(NAME):$(VERSION) $(NAME):latest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user