1
0
Bertrand Gouny 8 жил өмнө
parent
commit
5b560b2234
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -21,7 +21,7 @@ push:
 push-latest:
 	docker push $(NAME):latest
 
-release: build test tag_latest push push_latest
+release: build test tag-latest push push-latest
 
 git-tag-version: release
 	git tag -a v$(VERSION) -m "v$(VERSION)"