@@ -497,6 +497,42 @@ workflows:
497
497
only : /^v[0-9]+\.[0-9]+\.[0-9]+/
498
498
branches :
499
499
ignore : /.*/
500
+ - build :
501
+ name : " build on nginx:1.23.3-alpine"
502
+ base-image : " nginx:1.23.3-alpine"
503
+ build-image : " datadog/docker-library:nginx-datadog-build-nginx_1.23.3-alpine"
504
+ nginx-version : " 1.23.3"
505
+ filters :
506
+ tags :
507
+ only : /^v[0-9]+\.[0-9]+\.[0-9]+/
508
+ - test :
509
+ name : " test on nginx:1.23.3-alpine"
510
+ base-image : " nginx:1.23.3-alpine"
511
+ nginx-modules-path : " /usr/lib/nginx/modules"
512
+ nginx-conf-path : " /etc/nginx/nginx.conf"
513
+ requires :
514
+ - " build on nginx:1.23.3-alpine"
515
+ filters :
516
+ tags :
517
+ only : /^v[0-9]+\.[0-9]+\.[0-9]+/
518
+ - build :
519
+ name : " build on nginx:1.23.3"
520
+ base-image : " nginx:1.23.3"
521
+ build-image : " datadog/docker-library:nginx-datadog-build-nginx_1.23.3"
522
+ nginx-version : " 1.23.3"
523
+ filters :
524
+ tags :
525
+ only : /^v[0-9]+\.[0-9]+\.[0-9]+/
526
+ - test :
527
+ name : " test on nginx:1.23.3"
528
+ base-image : " nginx:1.23.3"
529
+ nginx-modules-path : " /usr/lib/nginx/modules"
530
+ nginx-conf-path : " /etc/nginx/nginx.conf"
531
+ requires :
532
+ - " build on nginx:1.23.3"
533
+ filters :
534
+ tags :
535
+ only : /^v[0-9]+\.[0-9]+\.[0-9]+/
500
536
- build :
501
537
name : " build on nginx:1.23.2-alpine"
502
538
base-image : " nginx:1.23.2-alpine"
@@ -505,6 +541,8 @@ workflows:
505
541
filters :
506
542
tags :
507
543
only : /^v[0-9]+\.[0-9]+\.[0-9]+/
544
+ branches :
545
+ ignore : /.*/
508
546
- test :
509
547
name : " test on nginx:1.23.2-alpine"
510
548
base-image : " nginx:1.23.2-alpine"
@@ -515,6 +553,8 @@ workflows:
515
553
filters :
516
554
tags :
517
555
only : /^v[0-9]+\.[0-9]+\.[0-9]+/
556
+ branches :
557
+ ignore : /.*/
518
558
- build :
519
559
name : " build on nginx:1.23.2"
520
560
base-image : " nginx:1.23.2"
@@ -523,6 +563,8 @@ workflows:
523
563
filters :
524
564
tags :
525
565
only : /^v[0-9]+\.[0-9]+\.[0-9]+/
566
+ branches :
567
+ ignore : /.*/
526
568
- test :
527
569
name : " test on nginx:1.23.2"
528
570
base-image : " nginx:1.23.2"
@@ -533,6 +575,8 @@ workflows:
533
575
filters :
534
576
tags :
535
577
only : /^v[0-9]+\.[0-9]+\.[0-9]+/
578
+ branches :
579
+ ignore : /.*/
536
580
- build :
537
581
name : " build on nginx:1.23.1-alpine"
538
582
base-image : " nginx:1.23.1-alpine"
0 commit comments