You've already forked DataMate
feature: 清洗任务详情页 (#73)
* feature: 清洗任务详情 * fix: 取消构建镜像,改为直接拉取 * fix: 增加清洗任务详情页 * fix: 增加清洗任务详情页 * fix: 算子列表可点击 * fix: 模板详情和更新
This commit is contained in:
22
.github/workflows/package.yml
vendored
22
.github/workflows/package.yml
vendored
@@ -6,23 +6,33 @@ on:
|
||||
jobs:
|
||||
backend-docker-build:
|
||||
name: Build and Push Backend Docker Image
|
||||
uses: ./.github/workflows/docker-image-backend.yml
|
||||
uses: ./.github/workflows/docker-image-save.yml
|
||||
with:
|
||||
service_name: backend
|
||||
|
||||
frontend-docker-build:
|
||||
name: Build and Push Frontend Docker Image
|
||||
uses: ./.github/workflows/docker-image-frontend.yml
|
||||
uses: ./.github/workflows/docker-image-save.yml
|
||||
with:
|
||||
service_name: frontend
|
||||
|
||||
database-docker-build:
|
||||
name: Build and Push Database Docker Image
|
||||
uses: ./.github/workflows/docker-image-database.yml
|
||||
uses: ./.github/workflows/docker-image-save.yml
|
||||
with:
|
||||
service_name: database
|
||||
|
||||
runtime-docker-build:
|
||||
name: Build and Push Runtime Docker Image
|
||||
uses: ./.github/workflows/docker-image-runtime.yml
|
||||
uses: ./.github/workflows/docker-image-save.yml
|
||||
with:
|
||||
service_name: runtime
|
||||
|
||||
backend-python-docker-build:
|
||||
name: Build and Push Backend Python Docker Image
|
||||
uses: ./.github/workflows/docker-image-backend-python.yml
|
||||
uses: ./.github/workflows/docker-image-save.yml
|
||||
with:
|
||||
service_name: backend-python
|
||||
|
||||
package-all:
|
||||
needs:
|
||||
@@ -54,7 +64,7 @@ jobs:
|
||||
- name: Upload Package
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: datamate
|
||||
name: DataMate
|
||||
include-hidden-files: true
|
||||
path: |
|
||||
deployment/
|
||||
|
||||
Reference in New Issue
Block a user