Skip to content

Commit

Permalink
fix build arguments in goreleaser yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Le Tran committed Sep 20, 2023
1 parent 0d5b820 commit 10457d6
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 10457d6

Please sign in to comment.