refactor: .devops/feng.yml

double
fengyujue 2 months ago committed by jianmu
parent 6a3a54f33a
commit 3f1a95ac9a

@ -33,12 +33,14 @@ workflow:
name: docker镜像构建
task: docker_image_build@1.6.0
input:
image_name: '""'
docker_username: ((docker.name))
docker_password: ((docker.mima))
image_name: '"crpi-ybi767umyzh9owc0.cn-hangzhou.personal.cr.aliyuncs.com/help-center-gitlink/gitlink_help_gitlink"'
image_tag: '"latest"'
registry_address: '""'
registry_address: '"crpi-ybi767umyzh9owc0.cn-hangzhou.personal.cr.aliyuncs.com"'
docker_file: '"Dockerfile"'
docker_build_path: '"."'
workspace: '"."'
workspace: git_clone_0.git_path
image_push: true
build_args: '""'
needs:

Loading…
Cancel
Save