diff --git a/.devops/基于gitlink构建.yml b/.devops/基于gitlink构建.yml index f59d347..84bca86 100644 --- a/.devops/基于gitlink构建.yml +++ b/.devops/基于gitlink构建.yml @@ -3,6 +3,9 @@ name: 基于gitlink构建 description: "" global: concurrent: 1 + cache: + - GOCACHE + - GOMODCACHE workflow: - ref: start name: 开始 @@ -11,6 +14,8 @@ workflow: name: git clone task: git_clone@1.2.9 input: + username: ((gitlink.songjc)) + password: ((gitlink.songjc)) remote_url: '"https://gitlink.org.cn/JointCloud/storage.git"' ref: '"refs/heads/master"' commit_id: '""' @@ -98,7 +103,7 @@ workflow: input: image_name: '""' image_tag: '"latest"' - registry_address: '""' + registry_address: '"123.60.146.162:5010"' docker_file: '"Dockerfile"' docker_build_path: '"."' workspace: '"."'