Skip to content

Commit

Permalink
fix build arguments in goreleaser yaml (#2347)
Browse files Browse the repository at this point in the history
Co-authored-by: Le Tran <le.tran@kasten.io>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Sep 21, 2023
1 parent a5b8939 commit 0573300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ dockers:
build_flag_templates:
- "--build-arg=kan_tools_version={{ .Tag }}"
# Refers to https://github.com/kopia/kopia/commit/3551f743d762f2ffe669523272d1c8d734120b79
- "--build-arg=kopiaBuildCommit=3551f74"
- "--build-arg=kopiaRepoOrg=kopia"
- "--build-arg=kopia_build_commit=3551f74"
- "--build-arg=kopia_repo_org=kopia"
extra_files:
- 'LICENSE'
- ids:
Expand Down

0 comments on commit 0573300

Please sign in to comment.