From 9d6590927c31227366c8343857297afaed2627aa Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sun, 15 Mar 2026 15:47:21 +0000 Subject: [PATCH] fix(workflows): switch Gitea workflow containers from ht-docker-dbase to ht-docker-node --- .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 0f40cdd..36e624d 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-dbase:latest + image: code.foss.global/hosttoday/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-dbase:latest + image: code.foss.global/hosttoday/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-dbase:latest + image: code.foss.global/hosttoday/ht-docker-node:latest steps: - name: Checkout code diff --git a/.gitea/workflows/npm-publish.yml b/.gitea/workflows/npm-publish.yml index 4c2efc4..b76ed8a 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-dbase:latest + image: code.foss.global/hosttoday/ht-docker-node:latest steps: - name: Checkout code diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index f7ac17d..9bddd74 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-dbase:latest + image: code.foss.global/hosttoday/ht-docker-node:latest steps: - name: Checkout code diff --git a/changelog.md b/changelog.md index f33943c..090e5f6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2026-03-15 - 1.13.5 - fix(workflows) +switch Gitea workflow containers from ht-docker-dbase to ht-docker-node + +- Updates the CI, release, and npm publish workflows to use the Node-focused container image consistently. +- Aligns workflow runtime images with the project's Node and Deno build and publish steps. + ## 2026-03-15 - 1.13.4 - fix(ci) run workflows in the shared build container and enable corepack for pnpm installs diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 3b1ffd3..058759c 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.4', + version: '1.13.5', 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 3b1ffd3..058759c 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.4', + version: '1.13.5', description: 'Self-hosted container platform with automatic SSL and DNS - a mini Heroku for single servers' }