Skip to content

Commit

Permalink
Merge pull request #718 from tailwarden/feature/segment_tracking
Browse files Browse the repository at this point in the history
Segment key wasn't used within build
  • Loading branch information
mlabouardy authored Apr 12, 2023
2 parents 97dc258 + e9c2e68 commit 26b5e96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dockers:
use: buildx
build_flag_templates:
- --platform=linux/amd64
- --build-arg=SEGMENT_WRITE_KEY=$SEGMENT_WRITE_KEY
- --build-arg=SEGMENT_WRITE_KEY={{ .Env.SEGMENT_WRITE_KEY }}
- --build-arg=VERSION={{ .Version }}
- image_templates:
- tailwarden/komiser:{{ .Version }}-arm64
Expand All @@ -61,7 +61,7 @@ dockers:
use: buildx
build_flag_templates:
- --platform=linux/arm64
- --build-arg=SEGMENT_WRITE_KEY=$SEGMENT_WRITE_KEY
- --build-arg=SEGMENT_WRITE_KEY={{ .Env.SEGMENT_WRITE_KEY }}
- --build-arg=VERSION={{ .Version }}

docker_manifests:
Expand Down

0 comments on commit 26b5e96

Please sign in to comment.