fix(config): Fix Docker image URL in Gitea workflow.

This commit is contained in:
2024-11-04 19:24:47 +01:00
parent a9fab24961
commit 2d746a9d1c
4 changed files with 8 additions and 3 deletions

View File

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