Skip to content

Commit

Permalink
Fix cli version in Docker image
Browse files Browse the repository at this point in the history
git context is required to set the version
information accordingly using LD_FLAGS

Signed-off-by: Marco Franssen <marco.franssen@philips.com>
  • Loading branch information
marcofranssen committed Feb 15, 2022
1 parent 8ac2748 commit 993fba4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ dockers:
- "Makefile"
- "go.mod"
- "go.sum"
- ".git"
- ".gitignore"
- "cmd"
- "pkg"
checksum:
Expand Down

0 comments on commit 993fba4

Please sign in to comment.