Skip to content

Commit

Permalink
Merge pull request #97 from Mirantis/fix-release
Browse files Browse the repository at this point in the history
Remove extra quote from LD_FLAGS of the controller
  • Loading branch information
Kshatrix authored Jul 17, 2024
2 parents db3669e + 8e9df30 commit 9a0831e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: docker/build-push-action@v6
with:
build-args: |
LD_FLAGS=-s -w -X github.com/Mirantis/hmc/internal/build.Version=${{ github.ref_name }}" -X github.com/Mirantis/hmc/internal/telemetry.segmentToken=${{ secrets.SEGMENT_TOKEN }}
LD_FLAGS=-s -w -X github.com/Mirantis/hmc/internal/build.Version=${{ github.ref_name }} -X github.com/Mirantis/hmc/internal/telemetry.segmentToken=${{ secrets.SEGMENT_TOKEN }}
context: .
platforms: linux/amd64,linux/arm64
tags: |
Expand Down

0 comments on commit 9a0831e

Please sign in to comment.