Skip to content

Commit

Permalink
Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
BertrandGouny committed Jul 19, 2017
1 parent 1317579 commit 0c56031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 0c56031

Please sign in to comment.