fix(ci): correct workflow container image registry path

This commit is contained in:
2026-03-15 15:49:42 +00:00
parent 1b177037f5
commit 2216804652
6 changed files with 13 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ jobs:
name: Type Check & Lint name: Type Check & Lint
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: code.foss.global/hosttoday/ht-docker-node:latest image: code.foss.global/host.today/ht-docker-node:latest
steps: steps:
- name: Checkout code - name: Checkout code
@@ -42,7 +42,7 @@ jobs:
name: Build Test (Current Platform) name: Build Test (Current Platform)
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: code.foss.global/hosttoday/ht-docker-node:latest image: code.foss.global/host.today/ht-docker-node:latest
steps: steps:
- name: Checkout code - name: Checkout code
@@ -81,7 +81,7 @@ jobs:
name: Build All Platforms name: Build All Platforms
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: code.foss.global/hosttoday/ht-docker-node:latest image: code.foss.global/host.today/ht-docker-node:latest
steps: steps:
- name: Checkout code - name: Checkout code

View File

@@ -9,7 +9,7 @@ jobs:
npm-publish: npm-publish:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: code.foss.global/hosttoday/ht-docker-node:latest image: code.foss.global/host.today/ht-docker-node:latest
steps: steps:
- name: Checkout code - name: Checkout code

View File

@@ -9,7 +9,7 @@ jobs:
build-and-release: build-and-release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: code.foss.global/hosttoday/ht-docker-node:latest image: code.foss.global/host.today/ht-docker-node:latest
steps: steps:
- name: Checkout code - name: Checkout code

View File

@@ -1,5 +1,11 @@
# Changelog # 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) ## 2026-03-15 - 1.13.5 - fix(workflows)
switch Gitea workflow containers from ht-docker-dbase to ht-docker-node switch Gitea workflow containers from ht-docker-dbase to ht-docker-node

View File

@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@serve.zone/onebox', 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' description: 'Self-hosted container platform with automatic SSL and DNS - a mini Heroku for single servers'
} }

View File

@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@serve.zone/onebox', 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' description: 'Self-hosted container platform with automatic SSL and DNS - a mini Heroku for single servers'
} }