Skip to content

Commit

Permalink
Merge pull request #436 from marten-cz/phantomjs-fix
Browse files Browse the repository at this point in the history
Fix typo in phantomjs image #434
  • Loading branch information
ddavison authored Apr 4, 2017
2 parents c2bb045 + 140c6d8 commit 0498b82
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 @@ -100,7 +100,7 @@ tag_latest:
docker tag $(NAME)/node-base:$(VERSION) $(NAME)/node-base:latest
docker tag $(NAME)/node-chrome:$(VERSION) $(NAME)/node-chrome:latest
docker tag $(NAME)/node-firefox:$(VERSION) $(NAME)/node-firefox:latest
docker tag $(NAME)/node-phantomjs:$(VERSION) $(NAME)/node-phantoms:latest
docker tag $(NAME)/node-phantomjs:$(VERSION) $(NAME)/node-phantomjs:latest
docker tag $(NAME)/node-chrome-debug:$(VERSION) $(NAME)/node-chrome-debug:latest
docker tag $(NAME)/node-firefox-debug:$(VERSION) $(NAME)/node-firefox-debug:latest
docker tag $(NAME)/standalone-chrome:$(VERSION) $(NAME)/standalone-chrome:latest
Expand Down

0 comments on commit 0498b82

Please sign in to comment.