ci: add Gitea Actions build and deploy pipeline
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user