From 36d80b1e27e0853ba0c46d723763d38c15848fa8 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Mon, 16 Mar 2026 01:10:23 +0000 Subject: [PATCH] fix(ci): remove forced container image pulling from Gitea workflow jobs --- .gitea/workflows/ci.yml | 3 --- .gitea/workflows/npm-publish.yml | 1 - .gitea/workflows/release.yml | 1 - changelog.md | 6 ++++++ ts/00_commitinfo_data.ts | 2 +- ts_web/00_commitinfo_data.ts | 2 +- 6 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 3cc84ff..88fc720 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -14,7 +14,6 @@ jobs: runs-on: ubuntu-latest container: image: code.foss.global/host.today/ht-docker-node:latest - options: --pull always steps: - name: Checkout code @@ -44,7 +43,6 @@ jobs: runs-on: ubuntu-latest container: image: code.foss.global/host.today/ht-docker-node:latest - options: --pull always steps: - name: Checkout code @@ -84,7 +82,6 @@ jobs: runs-on: ubuntu-latest container: image: code.foss.global/host.today/ht-docker-node:latest - options: --pull always steps: - name: Checkout code diff --git a/.gitea/workflows/npm-publish.yml b/.gitea/workflows/npm-publish.yml index f9199f2..11ed4db 100644 --- a/.gitea/workflows/npm-publish.yml +++ b/.gitea/workflows/npm-publish.yml @@ -10,7 +10,6 @@ jobs: runs-on: ubuntu-latest container: image: code.foss.global/host.today/ht-docker-node:latest - options: --pull always steps: - name: Checkout code diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 0451f4b..f9a6e65 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -10,7 +10,6 @@ jobs: runs-on: ubuntu-latest container: image: code.foss.global/host.today/ht-docker-node:latest - options: --pull always steps: - name: Checkout code diff --git a/changelog.md b/changelog.md index a5a2f46..a82b01b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # 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) refresh workflow container images on every run and bump @apiclient.xyz/docker to ^5.1.1 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 3b13a1f..84a9ed8 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.16', + version: '1.13.17', 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 3b13a1f..84a9ed8 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.16', + version: '1.13.17', description: 'Self-hosted container platform with automatic SSL and DNS - a mini Heroku for single servers' }