Skip to content

Commit a5b2cc4

Browse files
author
longbingljw
authored
Change API's docker image to 1.4.0
1 parent 4582d7b commit a5b2cc4

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/publish-api-dockerhub.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ on:
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

1514
concurrency:
1615
group: build-push-api-${{ github.head_ref || github.run_id }}

docker/docker-compose-mysql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ x-shared-env: &shared-api-worker-env
500500
services:
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.

docker/docker-compose-redis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ x-shared-env: &shared-api-worker-env
500500
services:
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.

0 commit comments

Comments
 (0)