feat(export): add server-side AI export
Build, Push and Deploy / build (push) Failing after 6m44s
Build, Push and Deploy / deploy (push) Skipped

This commit is contained in:
lai_hong
2026-09-13 13:01:34 +08:00
parent 0877ae73e8
commit 7a506114a2
12 changed files with 632 additions and 3 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
run: |
set -euo pipefail
SHA="${{ github.sha }}"
for name in wordcloud-backend wordcloud-frontend; do
for name in wordcloud-backend wordcloud-frontend wordcloud-ai-converter; do
image="$HARBOR/$HARBOR_PROJECT/$name"
docker tag "$image:latest" "$image:$SHA"
docker push "$image:latest"