From 2d746a9d1ce59b2d25ab3640e4516c9fd0b77dfc Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 4 Nov 2024 19:24:47 +0100 Subject: [PATCH] fix(config): Fix Docker image URL in Gitea workflow. --- .gitea/workflows/docker_tags.yaml | 2 +- changelog.md | 5 +++++ ts/00_commitinfo_data.ts | 2 +- ts_web/00_commitinfo_data.ts | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/docker_tags.yaml b/.gitea/workflows/docker_tags.yaml index 74684e0..858dbef 100644 --- a/.gitea/workflows/docker_tags.yaml +++ b/.gitea/workflows/docker_tags.yaml @@ -6,7 +6,7 @@ on: - '*' env: - IMAGE: code.foss.global/hosttoday/ht-docker-node:npmci + IMAGE: code.foss.global/host.today/ht-docker-node:npmci NPMCI_COMPUTED_REPOURL: https://${{gitea.repository_owner}}:${{secrets.GITEA_TOKEN}}@/${{gitea.repository}}.git NPMCI_TOKEN_NPM: ${{secrets.NPMCI_TOKEN_NPM}} NPMCI_TOKEN_NPM2: ${{secrets.NPMCI_TOKEN_NPM2}} diff --git a/changelog.md b/changelog.md index 4cba847..1eb6fe1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2024-11-04 - 4.2.1 - fix(config) +Fix Docker image URL in Gitea workflow. + +- Corrected the IMAGE URL from 'hosttoday' to 'host.today'. + ## 2024-11-04 - 4.2.0 - feat(cloudron) Add Dockerfile for Cloudron deployment diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index b2fe637..319c60c 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -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.' } diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index b2fe637..319c60c 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -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.' }