Skip to content

Commit

Permalink
reverted last changes
Browse files Browse the repository at this point in the history
  • Loading branch information
madharjan committed Aug 17, 2016
1 parent 0ec550d commit 0a77ed7
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 @@ -13,7 +13,7 @@ test:
env NAME=$(NAME) VERSION=$(VERSION) ./test/test.sh

tag_latest:
docker tag -f $(NAME):$(VERSION) $(NAME):latest
docker tag $(NAME):$(VERSION) $(NAME):latest

release: test tag_latest
@if ! docker images $(NAME) | awk '{ print $$2 }' | grep -q -F $(VERSION); then echo "$(NAME) version $(VERSION) is not yet built. Please run 'make build'"; false; fi
Expand Down

0 comments on commit 0a77ed7

Please sign in to comment.