Browse Source

refactor: .devops/基于gitlink构建.yml

gitlink
songjc jianmu 8 months ago
parent
commit
2c15f161f6
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      .devops/基于gitlink构建.yml

+ 6
- 1
.devops/基于gitlink构建.yml View File

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


Loading…
Cancel
Save