Skip to content

Commit

Permalink
Drop random @
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmoor committed Mar 26, 2021
1 parent 9a10ab2 commit 62eebc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ builds:
- -X 'github.com/mattmoor/mink/pkg/bundles/kontext.BaseImageString=ghcr.io/mattmoor/github.com/mattmoor/mink/cmd/kontext-expander:v{{.Version}}'
- -X 'github.com/mattmoor/mink/pkg/builds/buildpacks.PlatformSetupImageString=ghcr.io/mattmoor/github.com/mattmoor/mink/cmd/platform-setup:v{{.Version}}'
- -X 'github.com/mattmoor/mink/pkg/builds/buildpacks.ExtractDigestImageString=ghcr.io/mattmoor/github.com/mattmoor/mink/cmd/extract-digest:v{{.Version}}'
- -X 'github.com/mattmoor/mink/pkg/builds/ko.KoImageString=ghcr.io/mattmoor/github.com/google/ko/cmd/ko@:v{{.Version}}'
- -X 'github.com/mattmoor/mink/pkg/builds/ko.KoImageString=ghcr.io/mattmoor/github.com/google/ko/cmd/ko:v{{.Version}}'
- -X 'github.com/mattmoor/mink/pkg/command.BuildDate={{.Date}}'
- -X 'github.com/mattmoor/mink/pkg/command.Version={{.Version}}'
- -X 'github.com/mattmoor/mink/pkg/command.CoreReleaseURI=https://github.com/mattmoor/mink/releases/download/v{{.Version}}/core.yaml'
Expand Down

0 comments on commit 62eebc4

Please sign in to comment.