fix(workflow): Fix Docker image path in GitHub action workflow

This commit is contained in:
2024-11-06 21:26:23 +01:00
parent b6bce76043
commit 3b77089d79
4 changed files with 8 additions and 3 deletions

View File

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