refactor: .devops/发布更新.yml

This commit is contained in:
wuxin21 2024-05-29 03:09:40 +00:00 committed by jianmu
parent cc893c3ad0
commit ff0d71a238
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,8 @@ workflow:
name: docker镜像构建
task: docker_image_build@1.6.0
input:
docker_username: ((ssh_key.ssh_private_key))
docker_password: ((ssh_key.ssh_private_key))
image_name: '""'
image_tag: '"latest"'
registry_address: '""'
@ -35,6 +37,7 @@ workflow:
name: ssh执行命令
task: ssh_cmd@1.1.1
input:
ssh_pass: ((ssh_key.ssh_private_key))
ssh_ip: '""'
ssh_port: '"22"'
ssh_user: '"root"'