mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor(dokploy): remove registryURL from registryTag
This commit is contained in:
@@ -19,7 +19,7 @@ export const uploadImage = async (
|
|||||||
|
|
||||||
const finalURL = registryUrl;
|
const finalURL = registryUrl;
|
||||||
|
|
||||||
const registryTag = join(finalURL, imagePrefix || "", imageName);
|
const registryTag = join(imagePrefix || "", imageName);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
writeStream.write(
|
writeStream.write(
|
||||||
@@ -68,7 +68,7 @@ export const uploadImageRemoteCommand = (
|
|||||||
|
|
||||||
const finalURL = registryUrl;
|
const finalURL = registryUrl;
|
||||||
|
|
||||||
const registryTag = join(finalURL, imagePrefix || "", imageName);
|
const registryTag = join(imagePrefix || "", imageName);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const command = `
|
const command = `
|
||||||
|
|||||||
Reference in New Issue
Block a user