nvchecker: singularity replaced with apptainer
This commit is contained in:
parent
93b6a19a51
commit
464b8a1109
1 changed files with 2 additions and 2 deletions
|
@ -1305,9 +1305,9 @@ github = "hpcng/nomad-driver-singularity"
|
||||||
use_max_tag = true
|
use_max_tag = true
|
||||||
prefix = "v"
|
prefix = "v"
|
||||||
|
|
||||||
[singularity]
|
[apptainer]
|
||||||
source = "github"
|
source = "github"
|
||||||
github = "hpcng/singularity"
|
github = "apptainer/apptainer"
|
||||||
use_max_tag = true
|
use_max_tag = true
|
||||||
prefix = "v"
|
prefix = "v"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue