refactor: .devops/aly.yml

This commit is contained in:
devad 2025-03-04 21:05:07 +08:00 committed by jianmu
parent ff90c0aad5
commit 55a97edf2d
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ workflow:
name: docker镜像构建 name: docker镜像构建
cache: cache:
vendor: /app/vendor vendor: /app/vendor
gopkg: /go/pkg/mod GOCACHE: /root/.cache/go-build
gobuild: /root/.cache/go-build GOMODCACHE: /go/pkg/mod
task: docker_image_build@1.6.0 task: docker_image_build@1.6.0
input: input:
docker_username: ((aly.docker_user)) docker_username: ((aly.docker_user))