ci: add Gitea Actions build and deploy pipeline
Build, Push and Deploy / build (push) Failing after 1s
Build, Push and Deploy / deploy (push) Skipped

This commit is contained in:
2026-08-30 15:05:37 +08:00
parent 8d4a3458a9
commit 52c2496331
3 changed files with 78 additions and 2 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
services:
backend:
image: 114.55.99.6:10081/wordcloud/wordcloud-backend:latest
image: "${HARBOR_REGISTRY:-114.55.99.6:10081}/wordcloud/wordcloud-backend:${IMAGE_TAG:-latest}"
build:
context: ./backend
dockerfile: Dockerfile
@@ -22,7 +22,7 @@ services:
start_period: 60s
frontend:
image: 114.55.99.6:10081/wordcloud/wordcloud-frontend:latest
image: "${HARBOR_REGISTRY:-114.55.99.6:10081}/wordcloud/wordcloud-frontend:${IMAGE_TAG:-latest}"
build:
context: ./frontend
dockerfile: Dockerfile