From 2216804652a1393632d83d6d20b5a9f8fbb72c20 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sun, 15 Mar 2026 15:49:42 +0000 Subject: [PATCH] fix(ci): correct workflow container image registry path --- .gitea/workflows/ci.yml | 6 +++--- .gitea/workflows/npm-publish.yml | 2 +- .gitea/workflows/release.yml | 2 +- changelog.md | 6 ++++++ ts/00_commitinfo_data.ts | 2 +- ts_web/00_commitinfo_data.ts | 2 +- 6 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 36e624d..1fde90e 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: name: Type Check & Lint runs-on: ubuntu-latest container: - image: code.foss.global/hosttoday/ht-docker-node:latest + image: code.foss.global/host.today/ht-docker-node:latest steps: - name: Checkout code @@ -42,7 +42,7 @@ jobs: name: Build Test (Current Platform) runs-on: ubuntu-latest container: - image: code.foss.global/hosttoday/ht-docker-node:latest + image: code.foss.global/host.today/ht-docker-node:latest steps: - name: Checkout code @@ -81,7 +81,7 @@ jobs: name: Build All Platforms runs-on: ubuntu-latest container: - image: code.foss.global/hosttoday/ht-docker-node:latest + image: code.foss.global/host.today/ht-docker-node:latest steps: - name: Checkout code diff --git a/.gitea/workflows/npm-publish.yml b/.gitea/workflows/npm-publish.yml index b76ed8a..11ed4db 100644 --- a/.gitea/workflows/npm-publish.yml +++ b/.gitea/workflows/npm-publish.yml @@ -9,7 +9,7 @@ jobs: npm-publish: runs-on: ubuntu-latest container: - image: code.foss.global/hosttoday/ht-docker-node:latest + image: code.foss.global/host.today/ht-docker-node:latest steps: - name: Checkout code diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 9bddd74..1d7fdb8 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -9,7 +9,7 @@ jobs: build-and-release: runs-on: ubuntu-latest container: - image: code.foss.global/hosttoday/ht-docker-node:latest + image: code.foss.global/host.today/ht-docker-node:latest steps: - name: Checkout code diff --git a/changelog.md b/changelog.md index 090e5f6..bf2caa5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2026-03-15 - 1.13.6 - fix(ci) +correct workflow container image registry path + +- Update Gitea CI, release, and npm publish workflows to use the corrected ht-docker-node image path +- Align all workflow container references from hosttoday to host.today to prevent pipeline image resolution issues + ## 2026-03-15 - 1.13.5 - fix(workflows) switch Gitea workflow containers from ht-docker-dbase to ht-docker-node diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 058759c..8434a72 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/onebox', - version: '1.13.5', + version: '1.13.6', description: 'Self-hosted container platform with automatic SSL and DNS - a mini Heroku for single servers' } diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 058759c..8434a72 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/onebox', - version: '1.13.5', + version: '1.13.6', description: 'Self-hosted container platform with automatic SSL and DNS - a mini Heroku for single servers' }