Compare commits

..

2 Commits

Author SHA1 Message Date
60a5dc4663 v1.13.17
Some checks failed
CI / Type Check & Lint (push) Failing after 39s
Publish to npm / npm-publish (push) Failing after 54s
CI / Build Test (Current Platform) (push) Successful in 1m49s
CI / Build All Platforms (push) Successful in 3m18s
Release / build-and-release (push) Successful in 4m38s
2026-03-16 01:10:23 +00:00
36d80b1e27 fix(ci): remove forced container image pulling from Gitea workflow jobs 2026-03-16 01:10:23 +00:00
8 changed files with 10 additions and 9 deletions

View File

@@ -14,7 +14,6 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: code.foss.global/host.today/ht-docker-node:latest image: code.foss.global/host.today/ht-docker-node:latest
options: --pull always
steps: steps:
- name: Checkout code - name: Checkout code
@@ -44,7 +43,6 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: code.foss.global/host.today/ht-docker-node:latest image: code.foss.global/host.today/ht-docker-node:latest
options: --pull always
steps: steps:
- name: Checkout code - name: Checkout code
@@ -84,7 +82,6 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: code.foss.global/host.today/ht-docker-node:latest image: code.foss.global/host.today/ht-docker-node:latest
options: --pull always
steps: steps:
- name: Checkout code - name: Checkout code

View File

@@ -10,7 +10,6 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: code.foss.global/host.today/ht-docker-node:latest image: code.foss.global/host.today/ht-docker-node:latest
options: --pull always
steps: steps:
- name: Checkout code - name: Checkout code

View File

@@ -10,7 +10,6 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: code.foss.global/host.today/ht-docker-node:latest image: code.foss.global/host.today/ht-docker-node:latest
options: --pull always
steps: steps:
- name: Checkout code - name: Checkout code

View File

@@ -1,5 +1,11 @@
# Changelog # Changelog
## 2026-03-16 - 1.13.17 - fix(ci)
remove forced container image pulling from Gitea workflow jobs
- Drops the `--pull always` container option from CI, npm publish, and release workflows.
- Keeps workflow container images unchanged while avoiding forced pulls on every job run.
## 2026-03-16 - 1.13.16 - fix(ci) ## 2026-03-16 - 1.13.16 - fix(ci)
refresh workflow container images on every run and bump @apiclient.xyz/docker to ^5.1.1 refresh workflow container images on every run and bump @apiclient.xyz/docker to ^5.1.1

View File

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

View File

@@ -1,6 +1,6 @@
{ {
"name": "@serve.zone/onebox", "name": "@serve.zone/onebox",
"version": "1.13.16", "version": "1.13.17",
"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",
"main": "mod.ts", "main": "mod.ts",
"type": "module", "type": "module",

View File

@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@serve.zone/onebox', name: '@serve.zone/onebox',
version: '1.13.16', version: '1.13.17',
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.16', version: '1.13.17',
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'
} }