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.
2 parents c2bb045 + 140c6d8 commit 0498b82Copy full SHA for 0498b82
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