You've already forked DataMate
feature: 清洗任务详情页 (#73)
* feature: 清洗任务详情 * fix: 取消构建镜像,改为直接拉取 * fix: 增加清洗任务详情页 * fix: 增加清洗任务详情页 * fix: 算子列表可点击 * fix: 模板详情和更新
This commit is contained in:
16
.github/workflows/docker-images-reusable.yml
vendored
16
.github/workflows/docker-images-reusable.yml
vendored
@@ -47,19 +47,7 @@ jobs:
|
||||
make build-${{ inputs.service_name }} VERSION=latest
|
||||
|
||||
- name: Tag & Push Docker Image
|
||||
if: github.event_name != 'pull_request' && !startsWith(github.workflow, 'Package')
|
||||
if: github.event_name != 'pull_request'
|
||||
run: |
|
||||
docker tag datamate-${{ inputs.service_name }}:latest ${{ steps.set-tag.outputs.TAGS }}
|
||||
docker push ${{ steps.set-tag.outputs.TAGS }}
|
||||
|
||||
- name: Save Docker Image
|
||||
if: startsWith(github.workflow, 'Package')
|
||||
run: |
|
||||
docker save -o datamate-${{ inputs.service_name }}.tar datamate-${{ inputs.service_name }}:latest
|
||||
|
||||
- name: Upload Docker Image
|
||||
if: startsWith(github.workflow, 'Package')
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: datamate-${{ inputs.service_name }}
|
||||
path: datamate-${{ inputs.service_name }}.tar
|
||||
docker push ${{ steps.set-tag.outputs.TAGS }}
|
||||
Reference in New Issue
Block a user