Browse Source

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

gitlink
songjc jianmu 8 months ago
parent
commit
48f34201c0
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .devops/基于gitlink构建.yml

+ 3
- 0
.devops/基于gitlink构建.yml View File

@@ -139,6 +139,9 @@ workflow:
- git_clone_1 - git_clone_1
- ref: docker_image_build_4 - ref: docker_image_build_4
name: build name: build
cache:
GOCACHE: /root/.cache/go-build
GOMODCACHE: /go/pkg/mod
task: docker_image_build@1.6.0 task: docker_image_build@1.6.0
input: input:
image_name: '"storage-builder"' image_name: '"storage-builder"'


Loading…
Cancel
Save