fix(ci): refresh workflow container images on every run and bump @apiclient.xyz/docker to ^5.1.1

This commit is contained in:
2026-03-16 00:59:27 +00:00
parent b622565e34
commit bd5cd5c0cb
7 changed files with 14 additions and 3 deletions

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-16 - 1.13.16 - fix(ci)
refresh workflow container images on every run and bump @apiclient.xyz/docker to ^5.1.1
- add --pull always to CI, release, and npm publish workflow containers to avoid stale images
- update @apiclient.xyz/docker from ^5.1.0 to ^5.1.1 in deno.json
## 2026-03-15 - 1.13.15 - fix(repo)
no changes to commit

View File

@@ -16,7 +16,7 @@
"@std/encoding": "jsr:@std/encoding@^1.0.10",
"@db/sqlite": "jsr:@db/sqlite@0.12.0",
"@push.rocks/smartdaemon": "npm:@push.rocks/smartdaemon@^2.1.0",
"@apiclient.xyz/docker": "npm:@apiclient.xyz/docker@^5.1.0",
"@apiclient.xyz/docker": "npm:@apiclient.xyz/docker@^5.1.1",
"@apiclient.xyz/cloudflare": "npm:@apiclient.xyz/cloudflare@6.4.3",
"@push.rocks/smartacme": "npm:@push.rocks/smartacme@^8.0.0",
"@push.rocks/smartregistry": "npm:@push.rocks/smartregistry@^2.2.0",

View File

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