Signed-off-by: wang yan <wangyan@vmware.com>
This commit is contained in:
wang yan 2025-02-24 15:07:37 +08:00
parent 16f3b23200
commit 0e8627cc4e

View File

@ -11,7 +11,7 @@ jobs:
BUILDTAGS: "include_oss,include_gcs"
CGO_ENABLED: 1
GO111MODULE: "auto"
GOPATH: ${{ github.workspace }}
GOPATH: /home/runner/work/goharbor/distribution
GOOS: linux
COMMIT_RANGE: ${{ github.event_name == 'pull_request' && format('{0}..{1}',github.event.pull_request.base.sha, github.event.pull_request.head.sha) || github.sha }}