fix: 修复文档多处问题 & feat: 新增相关文档推荐功能 #86

Open
wqer wants to merge 92 commits from z2_cc/gitlink_help_center:master into master
1 changed files with 5 additions and 4 deletions
Showing only changes of commit 9cf5bf0711 - Show all commits

View File

@ -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: '""'