Skip to content

Commit 4cbdad4

Browse files
committed
feature: 构建双架构镜像
1 parent 3d96a28 commit 4cbdad4

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed

.github/workflows/docker-image-backend-python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ on:
66
paths:
77
- 'scripts/images/datamate-python/**'
88
- '.github/workflows/docker-image-backend-python.yml'
9+
- '.github/workflows/docker-images-reusable.yml'
910
pull_request:
1011
branches: [ "main" ]
1112
paths:
1213
- 'scripts/images/datamate-python/**'
1314
- '.github/workflows/docker-image-backend-python.yml'
15+
- '.github/workflows/docker-images-reusable.yml'
1416
workflow_dispatch:
1517
workflow_call:
1618

.github/workflows/docker-image-backend.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ on:
77
- 'backend/**'
88
- 'scripts/images/backend/**'
99
- '.github/workflows/docker-image-backend.yml'
10+
- '.github/workflows/docker-images-reusable.yml'
1011
pull_request:
1112
branches: [ "main" ]
1213
paths:
1314
- 'backend/**'
1415
- 'scripts/images/backend/**'
1516
- '.github/workflows/docker-image-backend.yml'
17+
- '.github/workflows/docker-images-reusable.yml'
1618
workflow_dispatch:
1719
workflow_call:
1820

.github/workflows/docker-image-database.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ on:
77
- 'scripts/db/**'
88
- 'scripts/images/database/**'
99
- '.github/workflows/docker-image-database.yml'
10+
- '.github/workflows/docker-images-reusable.yml'
1011
pull_request:
1112
branches: [ "main" ]
1213
paths:
1314
- 'scripts/db/**'
1415
- 'scripts/images/database/**'
1516
- '.github/workflows/docker-image-database.yml'
17+
- '.github/workflows/docker-images-reusable.yml'
1618
workflow_dispatch:
1719
workflow_call:
1820

.github/workflows/docker-image-deer-flow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ on:
88
- 'scripts/images/deer-flow-backend/**'
99
- 'scripts/images/deer-flow-frontend/**'
1010
- '.github/workflows/docker-image-deer-flow.yml'
11+
- '.github/workflows/docker-images-reusable.yml'
1112
pull_request:
1213
branches: [ "main" ]
1314
paths:
1415
- 'runtime/deer-flow/**'
1516
- 'scripts/images/deer-flow-backend/**'
1617
- 'scripts/images/deer-flow-frontend/**'
1718
- '.github/workflows/docker-image-deer-flow.yml'
19+
- '.github/workflows/docker-images-reusable.yml'
1820
workflow_dispatch:
1921
workflow_call:
2022

.github/workflows/docker-image-frontend.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ on:
77
- 'frontend/**'
88
- 'scripts/images/frontend/**'
99
- '.github/workflows/docker-image-frontend.yml'
10+
- '.github/workflows/docker-images-reusable.yml'
1011
pull_request:
1112
branches: [ "main" ]
1213
paths:
1314
- 'frontend/**'
1415
- 'scripts/images/frontend/**'
1516
- '.github/workflows/docker-image-frontend.yml'
17+
- '.github/workflows/docker-images-reusable.yml'
1618
workflow_dispatch:
1719
workflow_call:
1820

.github/workflows/docker-image-runtime.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ on:
88
- 'runtime/python-executor/**'
99
- 'scripts/images/runtime/**'
1010
- '.github/workflows/docker-image-runtime.yml'
11+
- '.github/workflows/docker-images-reusable.yml'
1112
pull_request:
1213
branches: [ "main" ]
1314
paths:
1415
- 'runtime/ops/**'
1516
- 'runtime/python-executor/**'
1617
- 'scripts/images/runtime/**'
1718
- '.github/workflows/docker-image-runtime.yml'
19+
- '.github/workflows/docker-images-reusable.yml'
1820
workflow_dispatch:
1921
workflow_call:
2022

0 commit comments

Comments
 (0)