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


Loading…
Cancel
Save