mirror of
https://github.com/LukeHagar/dokploy.git
synced 2025-12-10 04:19:48 +00:00
refactor(dokploy): remove registry url
This commit is contained in:
@@ -199,7 +199,7 @@ const getImageName = (application: ApplicationNested) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (registry) {
|
if (registry) {
|
||||||
return join(registry.registryUrl, registry.imagePrefix || "", appName);
|
return join(registry.imagePrefix || "", appName);
|
||||||
}
|
}
|
||||||
|
|
||||||
return `${appName}:latest`;
|
return `${appName}:latest`;
|
||||||
|
|||||||
Reference in New Issue
Block a user