File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -72,12 +72,17 @@ image_copy_rules:
72
72
- docker.io/pingcap/tidb-operator
73
73
- gcr.io/pingcap-public/dbaas/tidb-operator
74
74
hub.pingcap.net/pingcap/tidb-operator/images/tidb-backup-manager :
75
- - description : delivery the version images.
75
+ - description : delivery the v1 version images.
76
76
tags_regex :
77
- - ^(v[0-9]+ [.][0-9]+[.][0-9]+)(-.+)?$
77
+ - ^(v1 [.][0-9]+[.][0-9]+)(-.+)?$
78
78
dest_repositories :
79
79
- docker.io/pingcap/tidb-backup-manager
80
80
- gcr.io/pingcap-public/dbaas/tidb-backup-manager
81
+ - description : delivery the v2 version images, it is in development.
82
+ tags_regex :
83
+ - ^(v2[.][0-9]+[.][0-9]+)(-.+)?$
84
+ dest_repositories :
85
+ - gcr.io/pingcap-public/dbaas/tidb-backup-manager
81
86
- << : *sync_trunk_community
82
87
dest_repositories :
83
88
- docker.io/pingcap/tidb-backup-manager
You can’t perform that action at this time.
0 commit comments