We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2bb045 commit 140c6d8Copy full SHA for 140c6d8
Makefile
@@ -100,7 +100,7 @@ tag_latest:
100
docker tag $(NAME)/node-base:$(VERSION) $(NAME)/node-base:latest
101
docker tag $(NAME)/node-chrome:$(VERSION) $(NAME)/node-chrome:latest
102
docker tag $(NAME)/node-firefox:$(VERSION) $(NAME)/node-firefox:latest
103
- docker tag $(NAME)/node-phantomjs:$(VERSION) $(NAME)/node-phantoms:latest
+ docker tag $(NAME)/node-phantomjs:$(VERSION) $(NAME)/node-phantomjs:latest
104
docker tag $(NAME)/node-chrome-debug:$(VERSION) $(NAME)/node-chrome-debug:latest
105
docker tag $(NAME)/node-firefox-debug:$(VERSION) $(NAME)/node-firefox-debug:latest
106
docker tag $(NAME)/standalone-chrome:$(VERSION) $(NAME)/standalone-chrome:latest
0 commit comments