HEPScore uses wrong registry with docker container

When hepscore is run and a docker container is chosen via the “-m docker” command line arg, the wrong registry is used. The config file shows
registry: oras://gitlab-registry.cern.ch/hep-benchmarks/hep-workloads-sif

which causes a runtime error

hepscore._gen_reg_path() [ERROR] Only docker registry URI (docker://) supported for Docker runs.

I needed to change this manually to
docker://gitlab-registry.cern.ch/hep-benchmarks/hep-workloads

Thank you for reporting it.
Indeed this is a limitation of the single configuration available in hepscore v1.5 currently used in production.
This limitation has been removed in the next version v2.0 that we are going to release soon.
You may want to try the release candidate

The Readme file contains the instruction to install it.

Best regards
Domenico