refactor: .devops/发布更新.yml

This commit is contained in:
wuxin21 2024-05-28 06:50:32 +00:00 committed by jianmu
parent bb7a588914
commit cff83d6414
1 changed files with 14 additions and 1 deletions

View File

@ -16,7 +16,7 @@ workflow:
name: 结束
task: end
needs:
- ssh_cmd_0
- git_push_0
- ref: docker_image_build_0
name: docker镜像构建
task: docker_image_build@1.6.0
@ -41,4 +41,17 @@ workflow:
ssh_cmd: '""'
needs:
- docker_image_build_0
- ref: git_push_0
name: git_push
task: sailstar/git_push@1.0.6
input:
remote_url: '""'
remote_branch: '"master"'
source_path: '""'
target_dir: '""'
commit_message: '"jianmu default commit message"'
committer_name: '"jianmu"'
committer_email: '"jianmu@example.com"'
needs:
- ssh_cmd_0