fix: 修复文档多处问题 & feat: 新增相关文档推荐功能 #86
|
|
@ -33,12 +33,13 @@ workflow:
|
|||
name: docker镜像构建
|
||||
task: docker_image_build@1.6.0
|
||||
input:
|
||||
docker_username: ((work_together.docker_nudt))
|
||||
image_name: '""'
|
||||
docker_username: ((work_together.docker_name))
|
||||
docker_password: ((work_together.docker_password))
|
||||
image_name: '"help_center"'
|
||||
image_tag: '"latest"'
|
||||
registry_address: '""'
|
||||
registry_address: '"crpi-kn808rklyotb8pg1.cn-hangzhou.personal.cr.aliyuncs.com/gitlink_nudter/help_center"'
|
||||
docker_file: '"Dockerfile"'
|
||||
docker_build_path: '"."'
|
||||
docker_build_path: git_clone_0.git_path"."
|
||||
workspace: '"."'
|
||||
image_push: true
|
||||
build_args: '""'
|
||||
|
|
|
|||
Loading…
Reference in New Issue