Skip to content

Commit a881f8f

Browse files
authored
Add diffoci to nvchecker (#519)
1 parent 3287393 commit a881f8f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Ansible/roles/nvchecker/files/nvchecker.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,13 @@ prefix = "v"
194194
use_max_tag = true
195195
exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"
196196

197+
[diffoci]
198+
source = "github"
199+
github = "reproducible-containers/diffoci"
200+
prefix = "v"
201+
use_max_tag = true
202+
exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"
203+
197204
[dino]
198205
source = "github"
199206
github = "dino/dino"

0 commit comments

Comments
 (0)