ci(browser-fetch): include browser-fetch image in build and deploy pipelines
Backend CI / Backend (push) Successful in 14m25s

Add browser-fetch to backend-ci image list, NAS compose/K3s deploy options
and rollout loops, and the offline package bundle so the new service ships
through the same pipelines as the rest of the backend.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-11 12:58:48 +08:00
parent 3d396e4ac8
commit 2113bcb601
4 changed files with 19 additions and 7 deletions
+3 -1
View File
@@ -15,6 +15,7 @@ on:
- "server/scripts/**"
- "server/Dockerfile"
- "server/.dockerignore"
- ".gitea/workflows/backend-ci.yml"
pull_request:
branches:
- main
@@ -29,6 +30,7 @@ on:
- "server/scripts/**"
- "server/Dockerfile"
- "server/.dockerignore"
- ".gitea/workflows/backend-ci.yml"
workflow_dispatch:
permissions:
@@ -88,7 +90,7 @@ jobs:
REGISTRY_USERNAME: root
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}
REGISTRY_PLAIN_HTTP: "true"
IMAGE_LIST: migrate tenant-api ops-api worker-generate kol-assist-worker scheduler
IMAGE_LIST: migrate tenant-api browser-fetch ops-api worker-generate kol-assist-worker scheduler
DELETE_OLD_IMAGE_TAGS: "true"
run: |
set -eu