nvchecker: add exclude_regex to apptainer
This commit is contained in:
parent
4a3afb17a9
commit
ea191028eb
1 changed files with 1 additions and 0 deletions
|
@ -1322,6 +1322,7 @@ source = "github"
|
||||||
github = "apptainer/apptainer"
|
github = "apptainer/apptainer"
|
||||||
use_max_tag = true
|
use_max_tag = true
|
||||||
prefix = "v"
|
prefix = "v"
|
||||||
|
exclude_regex = "^.*(alpha|beta|rc).*$"
|
||||||
|
|
||||||
[criu]
|
[criu]
|
||||||
source = "github"
|
source = "github"
|
||||||
|
|
Loading…
Reference in a new issue