fix(docker): Fix improper Docker push command preventing push to the correct registry.

This commit is contained in:
2024-11-18 13:41:29 +01:00
parent f7b2e203ed
commit 36a481ecd1
4 changed files with 8 additions and 4 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/cloudly',
version: '4.3.18',
version: '4.3.19',
description: 'A comprehensive tool for managing containerized applications across multiple cloud providers using Docker Swarmkit, featuring web, CLI, and API interfaces.'
}