mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor(dokploy): remove log
This commit is contained in:
@@ -41,8 +41,6 @@ export const uploadImage = async (
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log("docker push ", registryTag);
|
|
||||||
|
|
||||||
await spawnAsync("docker", ["push", registryTag], (data) => {
|
await spawnAsync("docker", ["push", registryTag], (data) => {
|
||||||
if (writeStream.writable) {
|
if (writeStream.writable) {
|
||||||
writeStream.write(data);
|
writeStream.write(data);
|
||||||
|
|||||||
Reference in New Issue
Block a user