refactor: set the registry url in image in case we have a registry asociated

This commit is contained in:
Mauricio Siu
2024-05-13 03:15:09 -06:00
parent c45017e204
commit d19dec8010
5 changed files with 21 additions and 4 deletions

View File

@@ -64,6 +64,7 @@ export const registryRouter = createTRPCRouter({
return true;
} catch (error) {
console.log(error);
return false;
}
}),

View File

@@ -238,3 +238,4 @@ export const settingsRouter = createTRPCRouter({
return readConfigInPath(input.path);
}),
});
// apt-get install apache2-utils