From 3b77089d79bae9df793bc22d4b29bb3d8097bc5d Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 6 Nov 2024 21:26:23 +0100 Subject: [PATCH] fix(workflow): Fix Docker image path in GitHub action 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 814877a..312f348 100644 --- a/.gitea/workflows/docker_tags.yaml +++ b/.gitea/workflows/docker_tags.yaml @@ -75,7 +75,7 @@ jobs: if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') runs-on: ubuntu-latest container: - image: code.foss.global/hosttoday/ht-docker-dbase:npmci + image: code.foss.global/host.today/ht-docker-dbase:npmci steps: - uses: actions/checkout@v3 diff --git a/changelog.md b/changelog.md index bceaab9..4737a6a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2024-11-06 - 4.3.12 - fix(workflow) +Fix Docker image path in GitHub action workflow + +- Corrected the path of the Docker image used in the GitHub action workflow from 'code.foss.global/hosttoday/ht-docker-dbase:npmci' to 'code.foss.global/host.today/ht-docker-dbase:npmci'. + ## 2024-11-06 - 4.3.11 - fix(overall) Refactor and improve code consistency across all modules diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 9d940bc..fb7a0d2 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.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.' } diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 9d940bc..fb7a0d2 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.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.' }