refactor: delete static form self registry

This commit is contained in:
Mauricio Siu
2024-05-18 17:24:42 -06:00
parent 957e5066aa
commit f784a4f989
3 changed files with 19 additions and 15 deletions

View File

@@ -24,7 +24,7 @@ export const uploadImage = async (
: registryUrl;
const registryTag = imagePrefix
? `${registryUrl}/${imagePrefix}/${imageName}`
? `${finalURL}/${imagePrefix}/${imageName}`
: `${finalURL}/${imageName}`;
try {
@@ -59,3 +59,7 @@ export const uploadImage = async (
throw error;
}
};
// docker:
// endpoint: "unix:///var/run/docker.sock"
// exposedByDefault: false
// swarmMode: true