File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 66 - " main"
77 - " deploy/dev"
88 - " deploy/enterprise"
9- - " dify-for-mysql"
109 tags :
1110 - " *"
1211 release :
13- types : [published]
12+ types : [published, edited ]
1413
1514concurrency :
1615 group : build-push-api-${{ github.head_ref || github.run_id }}
Original file line number Diff line number Diff line change @@ -500,7 +500,7 @@ x-shared-env: &shared-api-worker-env
500500services :
501501 # API service
502502 api :
503- image : oceanbase/dify-api:cache-test
503+ image : oceanbase/dify-api:1.4.0
504504 restart : always
505505 environment :
506506 # Use the shared environment variables.
@@ -529,7 +529,7 @@ services:
529529 # worker service
530530 # The Celery worker for processing the queue.
531531 worker :
532- image : oceanbase/dify-api:cache-test
532+ image : oceanbase/dify-api:1.4.0
533533 restart : always
534534 environment :
535535 # Use the shared environment variables.
Original file line number Diff line number Diff line change @@ -500,7 +500,7 @@ x-shared-env: &shared-api-worker-env
500500services :
501501 # API service
502502 api :
503- image : oceanbase/dify-api:cache-test
503+ image : oceanbase/dify-api:1.4.0
504504 restart : always
505505 environment :
506506 # Use the shared environment variables.
@@ -529,7 +529,7 @@ services:
529529 # worker service
530530 # The Celery worker for processing the queue.
531531 worker :
532- image : oceanbase/dify-api:cache-test
532+ image : oceanbase/dify-api:1.4.0
533533 restart : always
534534 environment :
535535 # Use the shared environment variables.
You can’t perform that action at this time.
0 commit comments