@@ -16,7 +16,7 @@ services:
1616 BASE_IMAGE : ${BASE_IMAGE}
1717 FACTORY_DEFAULT_NODE_VERSION : ${FACTORY_DEFAULT_NODE_VERSION}
1818 tags :
19- - ${REPO_PREFIX-}cypress/factory:latest # comment out for release of alternate version
19+ # - ${REPO_PREFIX-}cypress/factory:latest # comment out for release of alternate version
2020 - ${REPO_PREFIX-}cypress/factory:${FACTORY_VERSION}
2121 command : node -v
2222
@@ -35,8 +35,8 @@ services:
3535 YARN_VERSION : ${YARN_VERSION}
3636 # WEBKIT_VERSION: ${WEBKIT_VERSION}
3737 tags :
38- - ${REPO_PREFIX-}cypress/included:latest # comment out for release of alternate version
39- - ${REPO_PREFIX-}cypress/included:${INCLUDED_IMAGE_SHORT_TAG} # comment out for release of alternate version
38+ # - ${REPO_PREFIX-}cypress/included:latest # comment out for release of alternate version
39+ # - ${REPO_PREFIX-}cypress/included:${INCLUDED_IMAGE_SHORT_TAG} # comment out for release of alternate version
4040 - ${REPO_PREFIX-}cypress/included:${INCLUDED_IMAGE_TAG}
4141 command : node -v
4242
@@ -53,7 +53,7 @@ services:
5353 FIREFOX_VERSION : ${FIREFOX_VERSION}
5454 EDGE_VERSION : ${EDGE_VERSION}
5555 tags :
56- - ${REPO_PREFIX-}cypress/browsers:latest # comment out for release of alternate version
56+ # - ${REPO_PREFIX-}cypress/browsers:latest # comment out for release of alternate version
5757 - ${REPO_PREFIX-}cypress/browsers:${BROWSERS_IMAGE_SHORT_TAG}
5858 - ${REPO_PREFIX-}cypress/browsers:${BROWSERS_IMAGE_TAG}
5959 command : node -v
@@ -68,7 +68,7 @@ services:
6868 FACTORY_VERSION : ${FACTORY_VERSION}
6969 YARN_VERSION : ${YARN_VERSION}
7070 tags :
71- - ${REPO_PREFIX-}cypress/base:latest # comment out for release of alternate version
71+ # - ${REPO_PREFIX-}cypress/base:latest # comment out for release of alternate version
7272 - ${REPO_PREFIX-}cypress/base:${BASE_IMAGE_TAG}
7373 command : node -v
7474
0 commit comments