Skip to content

Commit

Permalink
Adding tag_and_push_edge_images to make command
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Mar 2, 2021
1 parent 965b5fd commit 6610042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -164,7 +164,7 @@ video:

# https://github.com/SeleniumHQ/docker-selenium/issues/992
# Additional tags for browser images
tag_and_push_browser_images: tag_and_push_chrome_images tag_and_push_firefox_images tag_and_push_opera_images
tag_and_push_browser_images: tag_and_push_chrome_images tag_and_push_firefox_images tag_and_push_opera_images tag_and_push_edge_images

tag_and_push_chrome_images:
./tag_and_push_browser_images.sh $(VERSION) $(BUILD_DATE) $(NAMESPACE) $(PUSH_IMAGE) chrome
Expand Down

0 comments on commit 6610042

Please sign in to comment.