1
1
# info on building Docker images on Circle
2
2
# https://circleci.com/docs/2.0/building-docker-images/
3
3
4
- # # If you wish to release an older Docker image, do not modify this file in the master branch.
5
- # # Follow the instructions in the CONTRIBUTING document and work instead in a feature branch.
4
+ # # If you wish to release Docker image(s) with alternate (i.e. non-primary) versions , do not modify this file in the master branch.
5
+ # # Follow the instructions in the CONTRIBUTING document for alternate versions and work instead in a feature branch.
6
6
# # Modify the push jobs below to be triggered on the feature branch, not the master branch.
7
7
8
8
version : 2.1
@@ -351,8 +351,9 @@ workflows:
351
351
branches :
352
352
only :
353
353
# Only branches matching the below regex filters will run
354
- # Change to a feature branch such as <cypress-version>-node-<node.js version>-publish
355
- # if publishing an old version
354
+ # Follow the instructions in the CONTRIBUTING document for alternate versions and
355
+ # change to a feature branch such as <cypress-version>-node-<node.js version>-publish
356
+ # if publishing an alternate (non-primary) version
356
357
# This job must run because the base, browsers and included jobs depend on it
357
358
- master
358
359
requires :
@@ -369,7 +370,7 @@ workflows:
369
370
only :
370
371
# Only branches matching the below regex filters will run
371
372
# Change to a feature branch such as <cypress-version>-node-<node.js version>-publish
372
- # if publishing an old version
373
+ # if publishing an alternate version
373
374
- master
374
375
requires :
375
376
- " Push Factory Image"
@@ -384,7 +385,7 @@ workflows:
384
385
only :
385
386
# Only branches matching the below regex filters will run
386
387
# Change to a feature branch such as <cypress-version>-node-<node.js version>-publish
387
- # if publishing an old version
388
+ # if publishing an alternate version
388
389
- master
389
390
requires :
390
391
- " Push Factory Image"
@@ -399,7 +400,7 @@ workflows:
399
400
only :
400
401
# Only branches matching the below regex filters will run
401
402
# Change to a feature branch such as <cypress-version>-node-<node.js version>-publish
402
- # if publishing an old version
403
+ # if publishing an alternate version
403
404
- master
404
405
requires :
405
406
- " Push Factory Image"
0 commit comments