fix(workflows): switch Gitea workflow containers from ht-docker-dbase to ht-docker-node

This commit is contained in:
2026-03-15 15:47:21 +00:00
parent eaf401200c
commit 9d6590927c
6 changed files with 13 additions and 7 deletions

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/hosttoday/ht-docker-node:latest
steps:
- name: Checkout code