Bertrand Gouny 8 년 전
부모
커밋
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)"