fix(ci): correct workflow container image registry path

This commit is contained in:
2026-03-15 15:49:42 +00:00
parent 1b177037f5
commit 2216804652
6 changed files with 13 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ jobs:
build-and-release:
runs-on: ubuntu-latest
container:
image: code.foss.global/hosttoday/ht-docker-node:latest
image: code.foss.global/host.today/ht-docker-node:latest
steps:
- name: Checkout code