We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c6b03 commit 7461727Copy full SHA for 7461727
.github/workflows/build-containers.yml
@@ -88,7 +88,7 @@ jobs:
88
- name: Set up additional flags
89
if: ${{ matrix.container == 'core' }}
90
# TODO: Proper versioning
91
- run: echo "ADDITIONAL_GO_FLAGS=-ldflags='-X github.com/goharbor/harbor/src/lib/config.GitCommit=$(git rev-parse HEAD) -X github.com/goharbor/harbor/src/lib/config.ReleaseVersion=dev'" >> $GITHUB_ENV
+ run: echo "ADDITIONAL_GO_FLAGS=-ldflags '-X github.com/goharbor/harbor/src/lib/config.GitCommit=$(git rev-parse HEAD) -X github.com/goharbor/harbor/src/lib/config.ReleaseVersion=dev'" >> $GITHUB_ENV
92
- name: Build binary
93
if: ${{ matrix.build_binary != '' }}
94
run: |
0 commit comments