diff --git a/podman_hpc/siteconfig.py b/podman_hpc/siteconfig.py index 75063fe..5158c6d 100644 --- a/podman_hpc/siteconfig.py +++ b/podman_hpc/siteconfig.py @@ -326,6 +326,8 @@ def get_cmd_extensions(self, subcommand, args): cmds.extend(self.default_args) if subcommand == "run": cmds.extend(self.default_run_args) + elif subcommand == "build": + cmds = self.default_pull_args for mod, mconf in self.sitemods.get(subcommand, {}).items(): if 'cli_arg' not in mconf: continue