File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -727,6 +727,8 @@ workflows:
727
727
filters :
728
728
tags :
729
729
only : /^v[0-9]+\.[0-9]+\.[0-9]+/
730
+ branches :
731
+ ignore : /.*/
730
732
- test :
731
733
name : " test on nginx:1.21.4-alpine"
732
734
base-image : " nginx:1.21.4-alpine"
@@ -737,6 +739,8 @@ workflows:
737
739
filters :
738
740
tags :
739
741
only : /^v[0-9]+\.[0-9]+\.[0-9]+/
742
+ branches :
743
+ ignore : /.*/
740
744
- build :
741
745
name : " build on nginx:1.21.4"
742
746
base-image : " nginx:1.21.4"
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ nginx:1.21.6-alpine 1.21.6 /usr/lib/nginx/modules /etc/nginx/nginx.conf
43
43
nginx:1.21.6 1.21.6 /usr/lib/nginx/modules /etc/nginx/nginx.conf
44
44
nginx:1.21.5-alpine 1.21.5 /usr/lib/nginx/modules /etc/nginx/nginx.conf
45
45
nginx:1.21.5 1.21.5 /usr/lib/nginx/modules /etc/nginx/nginx.conf
46
- nginx:1.21.4-alpine 1.21.4 /usr/lib/nginx/modules /etc/nginx/nginx.conf always
46
+ nginx:1.21.4-alpine 1.21.4 /usr/lib/nginx/modules /etc/nginx/nginx.conf
47
47
nginx:1.21.4 1.21.4 /usr/lib/nginx/modules /etc/nginx/nginx.conf
48
48
nginx:1.21.3-alpine 1.21.3 /usr/lib/nginx/modules /etc/nginx/nginx.conf
49
49
nginx:1.21.3 1.21.3 /usr/lib/nginx/modules /etc/nginx/nginx.conf
You can’t perform that action at this time.
0 commit comments