Compare commits

...

4 Commits

Author SHA1 Message Date
2cdfdaed55 v1.13.6
Some checks failed
CI / Build All Platforms (push) Has been cancelled
CI / Build Test (Current Platform) (push) Has been cancelled
Publish to npm / npm-publish (push) Has been cancelled
Release / build-and-release (push) Has been cancelled
CI / Type Check & Lint (push) Failing after 53m53s
2026-03-15 15:49:42 +00:00
2216804652 fix(ci): correct workflow container image registry path 2026-03-15 15:49:42 +00:00
1b177037f5 v1.13.5
Some checks failed
CI / Type Check & Lint (push) Failing after 1s
CI / Build Test (Current Platform) (push) Failing after 1s
CI / Build All Platforms (push) Failing after 1s
Publish to npm / npm-publish (push) Failing after 1s
Release / build-and-release (push) Failing after 1s
2026-03-15 15:47:21 +00:00
9d6590927c fix(workflows): switch Gitea workflow containers from ht-docker-dbase to ht-docker-node 2026-03-15 15:47:21 +00:00
8 changed files with 21 additions and 9 deletions

View File

@@ -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/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-dbase: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-dbase:latest
image: code.foss.global/host.today/ht-docker-node:latest
steps:
- name: Checkout code

View File

@@ -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/host.today/ht-docker-node:latest
steps:
- name: Checkout code

View File

@@ -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/host.today/ht-docker-node:latest
steps:
- name: Checkout code

View File

@@ -1,5 +1,17 @@
# 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
- 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

View File

@@ -1,6 +1,6 @@
{
"name": "@serve.zone/onebox",
"version": "1.13.4",
"version": "1.13.6",
"exports": "./mod.ts",
"tasks": {
"test": "deno test --allow-all test/",

View File

@@ -1,6 +1,6 @@
{
"name": "@serve.zone/onebox",
"version": "1.13.4",
"version": "1.13.6",
"description": "Self-hosted container platform with automatic SSL and DNS - a mini Heroku for single servers",
"main": "mod.ts",
"type": "module",

View File

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